ScamAlert Firefox

Examine source code of ScamAlert

Inspect and view changes in ScamAlert source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ScamAlert",
  "version": "1.2",
  "description": "Scans URLs using VirusTotal API and alerts you of malicious websites.",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/logo.png",
      "96": "icons/logo.png"
    }
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e120d6a0-4fa1-4778-aeaf-d0ecf9e946be}",
      "strict_min_version": "115.0"
    }
  }
}

Best ScamAlert Alternatives

Here are some Firefox add-ons that are similar to ScamAlert: