Simple Javascript Switch Firefox

Examine source code of Simple Javascript Switch

作者: Addstra Add-on
Inspect and view changes in Simple Javascript Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Javascript Switch",
  "version": "1.1.0",
  "description": "Minimal javascript switch for enabling/disabling javascript on a domain basis.",
  "data_collection_permissions": {
    "required": [
      "none"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{130502b0-06d1-4b92-8741-b9f03a333b46}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Simple Javascript Switch"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}

最佳 Simple Javascript Switch 替代方案

这里是一些与Simple Javascript Switch类似的Firefox add-on: