No Cookie Popups

No Cookie Popups

Automatic Closing Of Cookie Popups On Almost All Websites!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "No Cookie Popups",
  "short_name": "NoCookiePops",
  "default_locale": "en",
  "version": "1.1",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "author": "Greensane @ Wagyu studio",
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "data/rules.js",
      "data/context-menu.js"
    ]
  },
  "options_ui": {
    "page": "data/options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_popup": "data/menu/index.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fb81dbc5-862d-44be-9c31-661ebb67d3fa}"
    }
  }
}