APIVoid Script Stop Firefox

Examine source code of APIVoid Script Stop

By: APIVoid
Inspect and view changes in APIVoid Script Stop source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "APIVoid Script Stop",
  "version": "2.2",
  "description": "Block third-party JavaScript on websites by default. Manage allowed and blocked script domains with whitelist and history logs.",
  "author": "NoVirusThanks Company Srl",
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "trusted",
        "enabled": true,
        "path": "rules/trusted.json"
      },
      {
        "id": "blocklist",
        "enabled": true,
        "path": "rules/blocklist.json"
      },
      {
        "id": "blocklist-frames",
        "enabled": false,
        "path": "rules/blocklist-frames.json"
      }
    ]
  },
  "action": {
    "default_title": "APIVoid Script Stop",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'none'; frame-src 'none'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "script-stop@apivoid.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best APIVoid Script Stop Alternatives

Here are some Firefox add-ons that are similar to APIVoid Script Stop: