Dark Web Scanner Firefox

Examine source code of Dark Web Scanner

By: fb68
Inspect and view changes in Dark Web Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Web Scanner",
  "version": "1.1",
  "description": "Warn users about dangerous websites in a Cyberpunk style!",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon.png",
      "48": "icons/icon.png",
      "128": "icons/icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "darkwebscanner@example.com"
    }
  }
}

Best Dark Web Scanner Alternatives

Here are some Firefox add-ons that are similar to Dark Web Scanner: