Opt Out - automated GDPR and CCPA requests

Opt Out - automated GDPR and CCPA requests

Get the websites you visit to send you a copy of, or delete the personal information that they have collected on you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Opt Out - send GDPR and CCPA data requests",
  "version": "2.1",
  "description": "Get the websites you visit to send you a copy of, or delete the personal information that they have collected on you.",
  "content_security_policy": "default-src 'none'; script-src 'self'; frame-src https://yourdigitalrights.org/ ;connect-src https://api.yourdigitalrights.org/companies",
  "background": {
    "scripts": [
      "psl.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-16.png",
    "default_title": "Opt Out"
  },
  "permissions": [
    "tabs",
    "https://api.yourdigitalrights.org/companies*"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}