Proxy-Fu Firefox

Examine source code of Proxy-Fu

제작자: John Vegas
Inspect and view changes in Proxy-Fu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Proxy-Fu",
  "version": "1.3",
  "description": "Dynamic HTTP/SOCKS proxy addon that tries not to suck. Routes traffic through proxies based on hostnames.",
  "permissions": [
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Proxy is on",
    "default_icon": {
      "16": "icons/proxy-off.png",
      "32": "icons/proxy-off.png"
    }
  },
  "icons": {
    "48": "icons/proxy-off.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "background.js",
        "options.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "v3g4s503-proxyfu@gmail.com",
      "strict_min_version": "91.1.0"
    }
  }
}

최고의 Proxy-Fu 대안

다음은 Proxy-Fu과(와) 유사한 Firefox add-on입니다: