Javascript Firewall Firefox

Examine source code of Javascript Firewall

제작자: Bill Add-on
Inspect and view changes in Javascript Firewall 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": "Javascript Firewall",
  "version": "1.4",
  "description": "Block JavaScript of unwanted origin.",
  "browser_specific_settings": {
    "gecko": {
      "id": "javascript_firewall@example.com"
    }
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "*://*/*"
  ],
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}

최고의 Javascript Firewall 대안

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