Video AdBlock for YouTube™ Extension

Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.

Wat is Video AdBlock for YouTube™ Extension?

Video AdBlock for YouTube™ Extension is een Chrome-extensie ontwikkeld door The Creative Joys, en de belangrijkste functie is "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Video AdBlock for YouTube™ Extension

Download Video AdBlock for YouTube™ Extension-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

                        * Removes YouTube™ video and text ads. 
* Works on all websites that contain a YouTube™ video.
* Also works with YouTube™ Music.

Enjoy ad free videos!                    

Basisinformatie over de Extensie

Naam Video AdBlock for YouTube™ Extension Video AdBlock for YouTube™ Extension
ID lmkjedkhnnhcohninidcejgollmggcjf
Officiële URL https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf
Beschrijving Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
Bestandsgrootte 24.76 KB
Aantal Installaties 11,474
Huidige Versie 5.1
Laatst Bijgewerkt 2023-12-13
Publicatiedatum 2020-06-26
Beoordeling 4.17/5 Totaal 81 Beoordelingen
Ontwikkelaar The Creative Joys
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/videoadblockforyt/home
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video AdBlock for YouTube\u2122 Extension",
    "version": "5.1",
    "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube\u2122 Music.",
    "manifest_version": 3,
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "adBlockerBg.js"
    },
    "action": {
        "default_title": "Video AdBlock for YouTube\u2122",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "adBlockerYt.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ]
}