YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

Was ist YouTube AdBlock Notification Blocker?

YouTube AdBlock Notification Blocker ist eine Chrome-Erweiterung, die von radiumcoding entwickelt wurde, und ihr Hauptmerkmal ist "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing".

Erweiterungsscreenshots

screenshot

YouTube AdBlock Notification Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube AdBlock Notification Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
Offizielle URL https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
Beschreibung Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
Dateigröße 7.3 KB
Installationsanzahl 77
Aktuelle Version 1.0
Letztes Update 2023-10-24
Veröffentlichungsdatum 2023-10-24
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler radiumcoding
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
Unterstützte Sprachen 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"
    }
}