JavaScript Toggle Firefox

Examine source code of JavaScript Toggle

Inspect and view changes in JavaScript Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JavaScript Toggle",
  "version": "1.0",
  "description": "Toggle JavaScript execution on the current webpage.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/js-toggle-48.png",
    "default_popup": "popup.html",
    "default_title": "Toggle JavaScript"
  },
  "icons": {
    "48": "icons/js-toggle-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{74543c91-5c37-4f72-aeac-57dc50dc6df3}"
    }
  }
}

Melhores alternativas JavaScript Toggle

Aqui estão algumas Firefox add-ons que são similares a JavaScript Toggle: