Community-Based Phishing Detection Firefox

Examine source code of Community-Based Phishing Detection

Inspect and view changes in Community-Based Phishing Detection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Community-Based Phishing Detection",
  "version": "1.0",
  "description": "Detect phishing websites in real-time using ML + community reports. Powered by PhishDect.",
  "permissions": [
    "tabs",
    "activeTab",
    "https://phishdect.ddns.net/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "logo16.png",
      "48": "logo48.png",
      "128": "logo128.png"
    }
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "phishdect@ramcharan.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Community-Based Phishing Detection Alternatives

Here are some Firefox add-ons that are similar to Community-Based Phishing Detection: