ClankShield — AI Scraping Shield Firefox

Examine source code of ClankShield — AI Scraping Shield

Inspect and view changes in ClankShield — AI Scraping Shield source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ClankShield — AI Scraping Shield",
  "version": "0.2.0",
  "description": "See who's scraping you. Control who gets your data. Cloak your forms. Audit trail included.",
  "icons": {
    "16": "icons/clankshield_icon_16x16.png",
    "48": "icons/clankshield_icon_48x48.png",
    "128": "icons/clankshield_icon_128x128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/clankshield_icon_16x16.png",
      "48": "icons/clankshield_icon_48x48.png"
    },
    "default_title": "ClankShield"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "clankshield@clankshield.com",
      "strict_min_version": "140.0",
      "strict_min_version_android": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "report.html",
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best ClankShield — AI Scraping Shield Alternatives

Here are some Firefox add-ons that are similar to ClankShield — AI Scraping Shield: