Block proxy Firefox

Examine source code of Block proxy

제작자: ilyushabledny Add-on
Inspect and view changes in Block proxy 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": "Proxy-blocker",
  "description": "Uses the proxy API to block requests to specific hosts.",
  "version": "1.0.0",
  "icons": {
    "48": "icons/block.svg",
    "96": "icons/block.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{0f0e6b81-d95b-456f-bfd4-3d79b4655828}"
    }
  },
  "background": {
    "scripts": [
      "background/proxy-handler.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "permissions": [
    "proxy",
    "storage",
    "<all_urls>"
  ]
}

최고의 Block proxy 대안

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