YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

Hvad er YouTube AdBlock Notification Blocker?

YouTube AdBlock Notification Blocker er en Chrome-udvidelse udviklet af radiumcoding, og dens hovedfunktion er "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing".

Udvidelsesskærmbilleder

screenshot

Download YouTube AdBlock Notification Blocker-udvidelses-CRX-fil

Download YouTube AdBlock Notification Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
Officiel URL https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
Beskrivelse Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
Filstørrelse 7.3 KB
Antal Installationer 77
Nuværende Version 1.0
Senest Opdateret 2023-10-24
Udgivelsesdato 2023-10-24
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler radiumcoding
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
Understøttede Sprog 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"
    }
}