Suspicious Script Blocker BM Firefox

Examine source code of Suspicious Script Blocker BM

Inspect and view changes in Suspicious Script Blocker BM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Suspicious Script Blocker",
  "version": "1.3",
  "description": "Detects and blocks suspicious scripts to protect users from malicious activity.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Script Blocker"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Suspicious-Script-Blocker",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Suspicious Script Blocker BM Alternatives

Here are some Firefox add-ons that are similar to Suspicious Script Blocker BM: