YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

Cos'è YouTube AdBlock Notification Blocker?

YouTube AdBlock Notification Blocker è un'estensione di Chrome sviluppata da radiumcoding, e la sua funzione principale è "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube AdBlock Notification Blocker

Scarica i file di estensione YouTube AdBlock Notification Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
URL Ufficiale https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
Descrizione Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
Dimensione del File 7.3 KB
Conteggio Installazioni 77
Versione Corrente 1.0
Ultimo Aggiornamento 2023-10-24
Data di Pubblicazione 2023-10-24
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore radiumcoding
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
Lingue Supportate 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"
    }
}