GutePopUpBlock

Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!

Qu'est-ce que GutePopUpBlock ?

GutePopUpBlock est une extension Chrome développée par twenty20twenty, et sa fonction principale est "Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GutePopUpBlock

Téléchargez les fichiers d'extension GutePopUpBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GutePopUpBlock GutePopUpBlock
ID fjglbfohbfdbhjjaddefmbocmadmleld
URL Officiel https://chrome.google.com/webstore/detail/gutepopupblock/fjglbfohbfdbhjjaddefmbocmadmleld
Description Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!
Taille du Fichier 6.13 KB
Nombre d'Installations 128
Version Actuelle 1.0
Dernière Mise à Jour 2022-10-13
Date de Publication 2022-10-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur twenty20twenty
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}