Author Topic: Google Chrome extension: Send a SMS Text from your web browser!  (Read 9511 times)

0 Members and 1 Guest are viewing this topic.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Google Chrome extension: Send a SMS Text from your web browser!
« Reply #15 on: September 07, 2013, 07:20:47 am »
I guess it's because the extension is not signed ? I don't use Chrome/ium anymore so I can't tell.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Google Chrome extension: Send a SMS Text from your web browser!
« Reply #16 on: September 07, 2013, 12:10:49 pm »
Really adriweb ? i dont get a manifest error im not using the latest version of chrome
This used to contain a signature.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Google Chrome extension: Send a SMS Text from your web browser!
« Reply #17 on: September 08, 2013, 01:36:31 pm »
Oh, probably because I didn't sign it, try this manifest then
Code: [Select]
{
  "manifest_version": 2,
  "name": "Free SMS Texting",
  "version": "2.0",
  "default_icons": {
    "18": "/images/icon19.png"
  },
  "set_action": {
"default_title": "Texting",
    "default_popup": "index.html"
                }
}
And that Also, If you don't use chrome or have problems I might have mentioned it already but
you can go to http://annoyingcalct1.site50.net/ for the same thing
This used to contain a signature.

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: Google Chrome extension: Send a SMS Text from your web browser!
« Reply #18 on: September 08, 2013, 01:55:19 pm »
Ok here extract this zip and hit load unpacked extension and select the folder the files are in

How do I use the zip? It doesn't say anywhere load unpacked extension.
I like milk.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Google Chrome extension: Send a SMS Text from your web browser!
« Reply #19 on: September 08, 2013, 04:15:43 pm »
You need to enable Developer Mode in chrome://extensions I believe.




Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Google Chrome extension: Send a SMS Text from your web browser!
« Reply #20 on: September 08, 2013, 04:19:07 pm »
You would enable dev options.
Edit : Ninja'd :ninja:
« Last Edit: September 08, 2013, 04:19:31 pm by Streetwalker »

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Google Chrome extension: Send a SMS Text from your web browser!
« Reply #21 on: September 08, 2013, 08:21:38 pm »
Sorry for all of the mishaps let me try to complete the working .crx file
This used to contain a signature.