YouTube lightweight AdBlock

The best perfomance and lightweight Youtube Ads remove extension

Hvad er YouTube lightweight AdBlock?

YouTube lightweight AdBlock er en Chrome-udvidelse udviklet af Ilya Koz, og dens hovedfunktion er "The best perfomance and lightweight Youtube Ads remove extension".

Udvidelsesskærmbilleder

screenshot

Download YouTube lightweight AdBlock-udvidelses-CRX-fil

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

                        Removing is-stream videos from youtube.com                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube lightweight AdBlock YouTube lightweight AdBlock
ID iedeabnadclhncepibdpflejlfdnfbkk
Officiel URL https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk
Beskrivelse The best perfomance and lightweight Youtube Ads remove extension
Filstørrelse 4.36 KB
Antal Installationer 107
Nuværende Version 1.0
Senest Opdateret 2021-03-17
Udgivelsesdato 2021-03-17
Udvikler Ilya Koz
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}