No Cookie Wall

No Cookie Wall

Remove the accept cookies or subscribe wall

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "No Cookie Wall",
  "version": "0.3.7",
  "description": "Remove the accept cookies or subscribe wall",
  "icons": {
    "16": "no-cookie-wall16.png",
    "48": "no-cookie-wall48.png",
    "128": "no-cookie-wall128.png"
  },
  "content_scripts": [
    {
      "js": [
        "paywall-detector.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}