YouTube lightweight AdBlock

The best perfomance and lightweight Youtube Ads remove extension

Wat is YouTube lightweight AdBlock?

YouTube lightweight AdBlock is een Chrome-extensie ontwikkeld door Ilya Koz, en de belangrijkste functie is "The best perfomance and lightweight Youtube Ads remove extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube lightweight AdBlock

Download YouTube lightweight AdBlock-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

                        Removing is-stream videos from youtube.com                    

Basisinformatie over de Extensie

Naam YouTube lightweight AdBlock YouTube lightweight AdBlock
ID iedeabnadclhncepibdpflejlfdnfbkk
Officiële URL https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk
Beschrijving The best perfomance and lightweight Youtube Ads remove extension
Bestandsgrootte 4.36 KB
Aantal Installaties 107
Huidige Versie 1.0
Laatst Bijgewerkt 2021-03-17
Publicatiedatum 2021-03-17
Ontwikkelaar Ilya Koz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube lightweight AdBlock",
    "version": "1.0",
    "description": "The best perfomance and lightweight Youtube Ads remove extension",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ],
    "manifest_version": 2
}