GutePopUpBlock

Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!

Cos'è GutePopUpBlock?

GutePopUpBlock è un'estensione di Chrome sviluppata da twenty20twenty, e la sua funzione principale è "Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GutePopUpBlock

Scarica i file di estensione GutePopUpBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GutePopUpBlock GutePopUpBlock
ID fjglbfohbfdbhjjaddefmbocmadmleld
URL Ufficiale https://chrome.google.com/webstore/detail/gutepopupblock/fjglbfohbfdbhjjaddefmbocmadmleld
Descrizione Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!
Dimensione del File 6.13 KB
Conteggio Installazioni 128
Versione Corrente 1.0
Ultimo Aggiornamento 2022-10-13
Data di Pubblicazione 2022-10-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore twenty20twenty
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}