YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

Wat is YouTube AdBlock Notification Blocker?

YouTube AdBlock Notification Blocker is een Chrome-extensie ontwikkeld door radiumcoding, en de belangrijkste functie is "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube AdBlock Notification Blocker

Download YouTube AdBlock Notification Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
Officiële URL https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
Beschrijving Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
Bestandsgrootte 7.3 KB
Aantal Installaties 77
Huidige Versie 1.0
Laatst Bijgewerkt 2023-10-24
Publicatiedatum 2023-10-24
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar radiumcoding
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
Ondersteunde Talen 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"
    }
}