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.4.0",
  "description": "The Shield Wall: 10 layers blocking phishing, dark patterns, AI chat spying, and QR scams. 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"
    }
  ],
  "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"
        ]
      }
    }
  }
}

Meilleures alternatives Click Protect

Voici quelques Firefox add-ons qui sont similaires à Click Protect :