GutePopUpBlock

Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!

Apa itu GutePopUpBlock?

GutePopUpBlock adalah ekstensi Chrome yang dikembangkan oleh twenty20twenty, dan fitur utamanya adalah "Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GutePopUpBlock

Unduh file ekstensi GutePopUpBlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GutePopUpBlock GutePopUpBlock
ID fjglbfohbfdbhjjaddefmbocmadmleld
URL Resmi https://chrome.google.com/webstore/detail/gutepopupblock/fjglbfohbfdbhjjaddefmbocmadmleld
Deskripsi Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!
Ukuran File 6.13 KB
Jumlah Instalasi 128
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-10-13
Tanggal Publikasi 2022-10-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang twenty20twenty
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}