GutePopUpBlock

Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!

ما هو GutePopUpBlock؟

GutePopUpBlock هو إضافة Chrome تم تطويرها بواسطة twenty20twenty، والميزة الرئيسية لها هي "Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GutePopUpBlock

قم بتنزيل ملفات الامتداد GutePopUpBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم GutePopUpBlock GutePopUpBlock
ID fjglbfohbfdbhjjaddefmbocmadmleld
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gutepopupblock/fjglbfohbfdbhjjaddefmbocmadmleld
الوصف Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!
حجم الملف 6.13 KB
عدد التثبيتات 128
النسخة الحالية 1.0
آخر تحديث 2022-10-13
تاريخ النشر 2022-10-13
تقييم 5.00/5 مجموع تقييمات 1
المطور twenty20twenty
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}