A Site Specific Script Blocker Firefox

Examine source code of A Site Specific Script Blocker

Inspect and view changes in A Site Specific Script Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "A Site Specific Script Blocker",
  "version": "1.4",
  "description": "Want to block Google scripts on everything other than Google and Youtube? Now you can. Android compatible. No telemetry. Includes a persistent element zapper.",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "tabs",
    "alarms",
    "webNavigation",
    "dns"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ScriptBlocker@OpenAddons.null",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "A Site Specific Script Blocker",
    "default_icon": "icon.svg"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best A Site Specific Script Blocker Alternatives

Here are some Firefox add-ons that are similar to A Site Specific Script Blocker: