ProxyContain Firefox

Examine source code of ProxyContain

제작자: Diego Fernando Add-on
Inspect and view changes in ProxyContain source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ProxyContain",
  "version": "1.6",
  "description": "Proxy Container",
  "homepage_url": "https://github.com/dfuribez/proxycontain",
  "icons": {
    "128": "res/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "proxy@contain",
      "strict_min_version": "91.1.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "contextualIdentities",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "proxy",
    "storage",
    "scripting",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "res/icon.png",
    "default_title": "Proxy Contain",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings/settings.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

최고의 ProxyContain 대안

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