No Cookie Warning

No Cookie Warning

Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "No Cookie Warning",
  "description": "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.",
  "author": "Mudimedia",
  "version": "0.0.1.1",
  "manifest_version": 3,
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}