Anti Phishing Guard Firefox

Examine source code of Anti Phishing Guard

Inspect and view changes in Anti Phishing Guard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Smart Anti-Phishing Guard",
  "version": "2.0",
  "description": "Detects phishing websites locally using URL and page analysis.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "anti-phishing-guard@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Anti Phishing Guard Alternatives

Here are some Firefox add-ons that are similar to Anti Phishing Guard: