YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

Co to jest YouTube AdBlock Notification Blocker?

YouTube AdBlock Notification Blocker to rozszerzenie Chrome opracowane przez radiumcoding, a jego główną funkcją jest „Seamlessly block YouTube ad-blocker popups for uninterrupted viewing”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube AdBlock Notification Blocker

Pobierz pliki rozszerzeń YouTube AdBlock Notification Blocker 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

                        Enhance your YouTube experience with the YouTube AdBlock Notification Blocker extension! Say goodbye to interruptions caused by ad-blocker popups on the YouTube website. Our extension works quietly in the background, seamlessly removing these notifications, ensuring you can enjoy uninterrupted content without any hassle.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
Oficjalny URL https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
Opis Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
Rozmiar pliku 7.3 KB
Liczba instalacji 77
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-10-24
Data Publikacji 2023-10-24
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper radiumcoding
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube AdBlock Notification Blocker",
    "version": "1.0",
    "description": "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon3.png",
        "48": "icon2.png",
        "128": "icon1.png"
    }
}