Auto Reject Cookies & Legitimate Interest Firefox

Examine source code of Auto Reject Cookies & Legitimate Interest

By: Svantie Add-on
Inspect and view changes in Auto Reject Cookies & Legitimate Interest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Reject Cookies & Legitimate Interest",
  "version": "1.0.0",
  "description": "Weigert automatisch cookies en schakelt Gerechtvaardigd Belang (Legitimate Interest) uit via TCF API interceptie.",
  "browser_specific_settings": {
    "gecko": {
      "id": "svant@bjorkman.nl",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injected.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}

Best Auto Reject Cookies & Legitimate Interest Alternatives

Here are some Firefox add-ons that are similar to Auto Reject Cookies & Legitimate Interest: