GutePopUpBlock

Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!

What is GutePopUpBlock?

GutePopUpBlock is a Chrome extension developed by twenty20twenty, and its main feature is "Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!".

Extension Screenshots

screenshot

Download GutePopUpBlock Extension CRX File

Download GutePopUpBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        So you decided to install an Addblocker and now every time you visit this Website you get this annoying popup asking you to disable it? This extension solves this problem!

You have to do nothing, other than installing this extension, the blocking will happen automatically.                    

Extension Basic Information

Name GutePopUpBlock GutePopUpBlock
ID fjglbfohbfdbhjjaddefmbocmadmleld
Official URL https://chrome.google.com/webstore/detail/gutepopupblock/fjglbfohbfdbhjjaddefmbocmadmleld
Description Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!
File Size 6.13 KB
Installation Count 128
Current Version 1.0
Last Updated 2022-10-13
Publish Date 2022-10-13
Rating 5.00/5 Total 1 Ratings
Developer twenty20twenty
Email [email protected]
Payment Type free
Supported Languages en
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"
            ]
        }
    ]
}