GutePopUpBlock
Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!
Co to jest GutePopUpBlock?
GutePopUpBlock to rozszerzenie Chrome opracowane przez twenty20twenty, a jego główną funkcją jest „Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GutePopUpBlock
Pobierz pliki rozszerzeń GutePopUpBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GutePopUpBlock |
ID | fjglbfohbfdbhjjaddefmbocmadmleld |
Oficjalny URL | https://chrome.google.com/webstore/detail/gutepopupblock/fjglbfohbfdbhjjaddefmbocmadmleld |
Opis | Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup! |
Rozmiar pliku | 6.13 KB |
Liczba instalacji | 128 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-10-13 |
Data Publikacji | 2022-10-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | twenty20twenty |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |