Webproxyfy

Webproxyfy

Open links or reloads pages through a web proxy, right clicking on them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Webproxyfy",
  "description": "Open links or reloads pages through a web proxy, right clicking on them.",
  "version": "1.1.1",
  "background": {
    "scripts": [
      "proxies.js",
      "utils.js",
      "Proxy.js",
      "webproxyfy.js"
    ]
  },
  "options_page": "options.html",
  "icons": {
    "16": "icon-tiny.png",
    "48": "icon-small.png",
    "128": "icon.png",
    "256": "icon-big.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "storage"
  ]
}