Proxy Helper

Proxy Helper

Set proxy for Google Chrome browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.2.7",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "name": "__MSG_appName__",
  "icons": {
    "16": "images/on16.png",
    "48": "images/on48.png",
    "128": "images/on.png"
  },
  "permissions": [
    "proxy",
    "tabs",
    "unlimitedStorage",
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "open-option": {
      "suggested_key": {
        "default": "Alt+O"
      },
      "description": "Open option page"
    }
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "images/off.png",
    "default_title": "__MSG_title__",
    "default_popup": "popup.html"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "22.0.0"
}