Javascript Firewall Firefox

Examine source code of Javascript Firewall

Par : 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"
  }
}

Meilleures alternatives Javascript Firewall

Voici quelques Firefox add-ons qui sont similaires à Javascript Firewall :