Undetectable Youtube AdBlocker

A free Undetectable Youtube AdBlocker

Co to jest Undetectable Youtube AdBlocker?

Undetectable Youtube AdBlocker to rozszerzenie Chrome opracowane przez LI, a jego główną funkcją jest „A free Undetectable Youtube AdBlocker”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Undetectable Youtube AdBlocker

Pobierz pliki rozszerzeń Undetectable Youtube AdBlocker 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

                        This adblocker blocks youtube ads without being detected.

Why it's good:
🪶 Lightweight: Extremely light on resources.
🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions
🎈 Simple: Just install and enjoy, no fancy settings.
🕵️ Stealthy: Undetectable from YouTube.
🔓 Permission-Free: Needs no extra permissions to operate.
🆓 Free forever.

Made my Igor & Luka                    

Podstawowe informacje o rozszerzeniu

Nazwa Undetectable Youtube AdBlocker Undetectable Youtube AdBlocker
ID hjmfamljcjmabepekpangndlnkffealb
Oficjalny URL https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb
Opis A free Undetectable Youtube AdBlocker
Rozmiar pliku 37.24 KB
Liczba instalacji 1,534
Aktualna Wersja 5.0
Ostatnia Aktualizacja 2023-11-27
Data Publikacji 2023-11-08
Ocena 3.79/5 Łącznie 19 Oceny
Deweloper LI
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Undetectable Youtube AdBlocker",
    "description": "A free Undetectable Youtube AdBlocker",
    "version": "5.0",
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "action": {
        "default_title": "Undetectable Youtube AdBlocker",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/injector.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                ".\/css\/youtubeStyles.css"
            ],
            "run_at": "document_start"
        }
    ]
}