GoGetProxy.com

GoGetProxy.com

Easily surf the Internet with your proxies switching between them in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GoGetProxy.com",
  "description": "Easily surf the Internet with your proxies switching between them in one click.",
  "version": "1.0",
  "permissions": [
    "https://gogetproxy.com/*",
    "tabs",
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "page": "background.htm"
  },
  "options_page": "options.htm",
  "options_ui": {
    "page": "options.htm",
    "chrome_style": false
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png"
    },
    "default_title": "GoGetProxy.com",
    "default_popup": "popup.htm"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}