AdBlock Detector Bypass

Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected

Co to jest AdBlock Detector Bypass?

AdBlock Detector Bypass to rozszerzenie Chrome opracowane przez Sacred Summit Studio, a jego główną funkcją jest „Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AdBlock Detector Bypass

Pobierz pliki rozszerzeń AdBlock Detector Bypass 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

                        When an adblock detection popup appears simply click on the extension icon to remove the popup.                    

Podstawowe informacje o rozszerzeniu

Nazwa AdBlock Detector Bypass AdBlock Detector Bypass
ID acjlefdefjkldgcimnfkehgbnpjekedo
Oficjalny URL https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo
Opis Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
Rozmiar pliku 20.74 KB
Liczba instalacji 13,352
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-10-16
Data Publikacji 2020-10-16
Ocena 4.00/5 Łącznie 50 Oceny
Deweloper Sacred Summit Studio
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://sacredsummitstudio.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Detector Bypass",
    "version": "1.0",
    "description": "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/abdb.logo.16.png",
        "48": "assets\/abdb.logo.48.png",
        "128": "assets\/abdb.logo.128.png"
    },
    "browser_action": {
        "default_icon": "assets\/abdb.logo.16.png"
    },
    "manifest_version": 2
}