GutePopUpBlock

GutePopUpBlock

Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GutePopUpBlock",
  "description": "Blocks the GuteFrage \"PlEaSe dIsAbLe yOuR AdBlOcKer\" popup!",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "48": "/images/guteIcon_square.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.gutefrage.net/*"
      ],
      "js": [
        "blocker.js"
      ]
    }
  ]
}