JavaScript Switcher Firefox

Examine source code of JavaScript Switcher

Inspect and view changes in JavaScript Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Javascript Switcher",
  "author": "Suraj Jain",
  "version": "1.4.0",
  "background": {
    "scripts": [
      "/background/background.js"
    ]
  },
  "description": "Add a button in the url bar to block or enable javascript per-site.\n",
  "homepage_url": "https://github.com/meetDeveloper/Quick-JS-Switcher",
  "icons": {
    "128": "/icons/js.png"
  },
  "manifest_version": 2,
  "page_action": {
    "browser_style": true,
    "default_icon": "/icons/js_disabled.png",
    "default_title": "Enable Javascript"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs"
  ]
}

Best JavaScript Switcher Alternatives

Here are some Firefox add-ons that are similar to JavaScript Switcher: