Auto Cookie Optout Firefox

Examine source code of Auto Cookie Optout

Inspect and view changes in Auto Cookie Optout source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.8.4",
  "name": "Auto Cookie Optout",
  "icons": {
    "96": "/icon96.svg"
  },
  "description": "Skip cookie walls! Automatically opt out of optional cookies on supported websites.",
  "background": {
    "scripts": [
      "/src/background/bootstrapIndirectClickers.js",
      "/src/background/postinstall.js",
      "/src/background/quantcastConfigRewriter.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/src/indirectClickers/listener.js"
      ]
    },
    {
      "matches": [
        "*://consent.youtube.com/*",
        "*://www.youtube.com/*"
      ],
      "js": [
        "/src/directClickers/google.js"
      ]
    },
    {
      "matches": [
        "*://www.instagram.com/*"
      ],
      "js": [
        "/src/directClickers/instagram.js"
      ]
    },
    {
      "matches": [
        "*://www.google.com/*",
        "*://www.google.be/*",
        "*://www.google.co.uk/*",
        "*://www.google.dk/*",
        "*://www.google.fr/*",
        "*://www.google.nl/*",
        "*://images.google.com/*",
        "*://images.google.be/*",
        "*://images.google.co.uk/*",
        "*://images.google.dk/*",
        "*://images.google.fr/*",
        "*://images.google.nl/*",
        "*://consent.google.com/*",
        "*://consent.google.be/*",
        "*://consent.google.co.uk/*",
        "*://consent.google.dk/*",
        "*://consent.google.fr/*",
        "*://consent.google.nl/*"
      ],
      "js": [
        "/src/directClickers/google.js"
      ]
    },
    {
      "matches": [
        "*://consent.yahoo.com/*"
      ],
      "js": [
        "/src/directClickers/yahoo.js"
      ]
    },
    {
      "matches": [
        "*://*.stackexchange.com/*",
        "*://stackoverflow.com/*",
        "*://meta.stackoverflow.com/*",
        "*://serverfault.com/*",
        "*://meta.serverfault.com/*",
        "*://superuser.com/*",
        "*://meta.superuser.com/*"
      ],
      "js": [
        "/src/directClickers/stackexchange.js"
      ]
    },
    {
      "matches": [
        "*://consent-pref.trustarc.com/*"
      ],
      "js": [
        "/src/directClickers/trustarc.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://gdpr-consent-tool.privacymanager.io/*",
        "*://cmp-consent-tool.privacymanager.io/*"
      ],
      "js": [
        "/src/directClickers/liveramp.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*/index.html?message_id=*&consentUUID=*&requestUUID=*&preload_message=*",
        "*://*/privacy-manager/index.html?*"
      ],
      "js": [
        "/src/directClickers/sourcepoint.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.fandom.com/*"
      ],
      "js": [
        "/src/directClickers/fandom.js"
      ]
    },
    {
      "matches": [
        "*://www.amazon.co.uk/*",
        "*://www.amazon.de/*",
        "*://www.amazon.fr/*",
        "*://www.amazon.it/*",
        "*://www.amazon.nl/*"
      ],
      "js": [
        "/src/directClickers/amazon-eu.js"
      ]
    },
    {
      "matches": [
        "*://store.steampowered.com/*",
        "*://steamcommunity.com/*"
      ],
      "js": [
        "/src/directClickers/steam.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/src/common.pagescript.js",
    "/src/indirectClickers/cookiepro.pagescript.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d967193f-41e8-4cc7-8811-3278a9f62ad4}"
    }
  }
}

Best Auto Cookie Optout Alternatives

Here are some Firefox add-ons that are similar to Auto Cookie Optout: