YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

Vad är YouTube AdBlock Notification Blocker?

YouTube AdBlock Notification Blocker är en Chrome-tillägg utvecklad av radiumcoding, och dess huvudfunktion är "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube AdBlock Notification Blocker-förlängningens CRX-fil

Ladda ner YouTube AdBlock Notification Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
Officiell webbadress https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
Beskrivning Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
Filstorlek 7.3 KB
Antal Installationer 77
Aktuell Version 1.0
Senast Uppdaterad 2023-10-24
Publiceringsdatum 2023-10-24
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare radiumcoding
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
Stödda Språk 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"
    }
}