YouTube lightweight AdBlock

The best perfomance and lightweight Youtube Ads remove extension

Qu'est-ce que YouTube lightweight AdBlock ?

YouTube lightweight AdBlock est une extension Chrome développée par Ilya Koz, et sa fonction principale est "The best perfomance and lightweight Youtube Ads remove extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube lightweight AdBlock

Téléchargez les fichiers d'extension YouTube lightweight AdBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Removing is-stream videos from youtube.com                    

Informations de Base sur l'Extension

Nom YouTube lightweight AdBlock YouTube lightweight AdBlock
ID iedeabnadclhncepibdpflejlfdnfbkk
URL Officiel https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk
Description The best perfomance and lightweight Youtube Ads remove extension
Taille du Fichier 4.36 KB
Nombre d'Installations 107
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-17
Date de Publication 2021-03-17
Développeur Ilya Koz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}