SafeBrowz Firefox

Examine source code of SafeBrowz

Inspect and view changes in SafeBrowz source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SafeBrowz: AI Phishing & Scam Protection",
  "version": "2.9.9",
  "description": "Real-time AI scam & phishing detector - protects you from fraudulent websites",
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "alarms",
    "activeTab",
    "notifications",
    "scripting"
  ],
  "host_permissions": [
    "https://safebrowz.com/*",
    "https://checkurl.phishtank.com/*",
    "https://urlhaus-api.abuse.ch/*",
    "https://rdap.org/*",
    "https://api.pwnedpasswords.com/*",
    "https://raw.githubusercontent.com/meraja34/SafeBrowz-DB/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; frame-ancestors 'none'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "i18n/translations.js",
        "content.js",
        "indicator.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/shield-green-16.png",
      "48": "icons/shield-green-48.png",
      "128": "icons/shield-green-128.png"
    }
  },
  "icons": {
    "16": "icons/shield-green-16.png",
    "48": "icons/shield-green-48.png",
    "128": "icons/shield-green-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "safebrowz@safebrowz.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "websiteActivity",
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "128.0"
    }
  }
}

Best SafeBrowz Alternatives

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