AntiBait - Email Phishing Detection Firefox

Examine source code of AntiBait - Email Phishing Detection

Inspect and view changes in AntiBait - Email Phishing Detection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AntiBait Email Analyzer",
  "version": "1.0.0",
  "description": "Analyze emails for phishing threats directly from your inbox using AntiBait's AI-powered detection engine.",
  "author": "FluenceSecurity",
  "homepage_url": "https://antibait.io",
  "browser_specific_settings": {
    "gecko": {
      "id": "antibait@antibait.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "AntiBait — Analyze Email"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "cookies",
    "scripting"
  ],
  "host_permissions": [
    "https://antibait.io/*",
    "https://mail.google.com/*",
    "https://outlook.live.com/*",
    "https://outlook.office.com/*",
    "https://outlook.office365.com/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content/gmail.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://outlook.live.com/*",
        "https://outlook.office.com/*",
        "https://outlook.office365.com/*"
      ],
      "js": [
        "content/outlook.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self'; style-src 'self'; object-src 'self'; connect-src 'self' https://antibait.io"
  }
}

Best AntiBait - Email Phishing Detection Alternatives

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