Click Protect Firefox

Examine source code of Click Protect

Inspect and view changes in Click Protect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Click Protect",
  "version": "1.5.3",
  "description": "Nine on-device engines catch phishing, dark patterns, AI-chat scams, and QR threats. Built for families.",
  "permissions": [
    "storage",
    "alarms",
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "service-worker.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icon-gray-16.png",
      "32": "assets/icon-gray-32.png",
      "48": "assets/icon-gray-48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://localhost:5173/*",
        "http://127.0.0.1:5173/*",
        "http://127.0.0.1:5188/*",
        "https://app.clickprotect.ai/*",
        "https://dashboard.clickprotect.ai/*"
      ],
      "js": [
        "content-auth-sync.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-phishing.js",
        "content-prompt.js",
        "content-ai-detector.js",
        "content-social-engineering.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-behavioral.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.facebook.com/*",
        "https://*.instagram.com/*",
        "https://*.twitter.com/*",
        "https://*.x.com/*",
        "https://*.linkedin.com/*",
        "https://*.tiktok.com/*"
      ],
      "js": [
        "content-social-scanner.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-qr-scanner.js",
        "content-dark-pattern.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://bard.google.com/*",
        "https://copilot.microsoft.com/*",
        "https://*.perplexity.ai/*",
        "https://chat.deepseek.com/*",
        "https://deepseek.com/*",
        "https://grok.x.ai/*",
        "https://meta.ai/*",
        "https://www.meta.ai/*",
        "https://poe.com/*",
        "https://you.com/*",
        "https://pi.ai/*",
        "https://character.ai/*",
        "https://*.kimi.ai/*",
        "https://chat.mistral.ai/*",
        "https://aistudio.google.com/*"
      ],
      "js": [
        "content-chat-firewall.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "blocked.html",
    "welcome.html"
  ],
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "click-protect@staticplayholdings.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Click Protect Alternatives

Here are some Firefox add-ons that are similar to Click Protect: