Hidden Script Detector Firefox

Examine source code of Hidden Script Detector

Inspect and view changes in Hidden Script Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hidden Script Detector",
  "version": "1.1",
  "description": "Detects hidden scripts and suspicious codes on websites.",
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "64": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c6feaf76-22b1-4abd-b551-9290632a123c}"
    }
  }
}

Best Hidden Script Detector Alternatives

Here are some Firefox add-ons that are similar to Hidden Script Detector: