GDPR Helper Firefox

Examine source code of GDPR Helper

By: Jules
Inspect and view changes in GDPR Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GDPR Helper",
  "version": "0.0.4",
  "description": "GDPR helper assist you browsing website and express your non consent to website data collection and tracking",
  "homepage_url": "https://github.com/julesGoullee/gdprHelper",
  "manifest_version": 2,
  "minimum_chrome_version": "74",
  "icons": {
    "128": "/icon.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/content/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "/icon.png",
    "default_popup": "/popup/popup.html",
    "default_title": "title"
  },
  "web_accessible_resources": [
    "/content/injectConsent.js"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "/background.js"
    ]
  }
}

Best GDPR Helper Alternatives

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