GDPR Me Not Firefox

Examine source code of GDPR Me Not

Inspect and view changes in GDPR Me Not source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GDPR me not",
  "description": "Automatically deny tracking requests.",
  "version": "0.1.0",
  "author": "Dany Sluijk <me@dany.dev>",
  "homepage_url": "https://git.dany.dev/dsluijk/gdpr-me-not",
  "icons": {
    "1000": "/static/logo.png"
  },
  "permissions": [
    "*://*/*",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "/static/logo.png",
    "default_title": "GDPR me not",
    "default_popup": "/popup/index.html"
  },
  "background": {
    "scripts": [
      "/background/index.js"
    ]
  }
}

Best GDPR Me Not Alternatives

Here are some Firefox add-ons that are similar to GDPR Me Not: