Phishing Email Detector Firefox

Examine source code of Phishing Email Detector

Inspect and view changes in Phishing Email Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Phishing Email Detector",
  "version": "1.0",
  "description": "Detects phishing emails on Gmail and Outlook.",
  "permissions": [
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://mail.google.com/*",
    "https://outlook.live.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://outlook.live.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "phishing-detector@example.com"
    }
  }
}

Best Phishing Email Detector Alternatives

Here are some Firefox add-ons that are similar to Phishing Email Detector: