PhishFinderAK Firefox

Examine source code of PhishFinderAK

Inspect and view changes in PhishFinderAK source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Alerts user when surfing a possible fake websites and blocks users from confirmed phishing threats, warns and deletes known malicious files based on filenames and extensions",
  "manifest_version": 2,
  "name": "PhishFinderAK",
  "version": "7.8",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "downloads.open",
    "notifications",
    "activeTab",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js",
      "downloads.js",
      "urlhaus.js",
      "ArchiveBackground.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "rdap/dns.json",
    "lib/tldts.js",
    "lib/all.min.css",
    "webfonts/*",
    "blocked.html",
    "blocked.css",
    "blocked-image.png"
  ],
  "browser_action": {
    "default_title": "PhishFinderAK",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "border-16.png",
    "48": "border-48.png",
    "128": "border-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://*.nic.in/*",
        "*://*.gov.in/*",
        "*://*.mgovcloud.in/*",
        "*://*.nimbusmgovcloud.in/*",
        "*://*.zohocdn.com/*",
        "*://urlscan.io/*",
        "*://search.censys.io/*",
        "*://who.is/*",
        "*://59.179.19.253/*",
        "*://www.smsaindia.com/*",
        "*://10.184.51.51/*"
      ],
      "js": [
        "ActionAK.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://*.nic.in/*",
        "*://*.gov.in/*",
        "*://*.mgovcloud.in/*",
        "*://*.nimbusmgovcloud.in/*",
        "*://*.zohocdn.com/*",
        "*://urlscan.io/*",
        "*://search.censys.io/*",
        "*://who.is/*",
        "*://59.179.19.253/*",
        "*://www.smsaindia.com/*",
        "*://10.184.51.51/*"
      ],
      "js": [
        "downloadwarning.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c2a67fe-1184-46b4-8d17-6a4d66e9f601}"
    }
  }
}

Best PhishFinderAK Alternatives

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