Video AdBlock for YouTube™ Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
Qu'est-ce que Video AdBlock for YouTube™ Extension ?
Video AdBlock for YouTube™ Extension est une extension Chrome développée par The Creative Joys, et sa fonction principale est "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video AdBlock for YouTube™ Extension
Téléchargez les fichiers d'extension Video AdBlock for YouTube™ Extension 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
                        * Removes YouTube™ video and text ads. 
* Works on all websites that contain a YouTube™ video.
* Also works with YouTube™ Music.
Enjoy ad free videos!                     Informations de Base sur l'Extension
| Nom |   |  
| ID | lmkjedkhnnhcohninidcejgollmggcjf | 
| URL Officiel | https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf | 
| Description | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music. | 
| Taille du Fichier | 24.76 KB | 
| Nombre d'Installations | 11,474 | 
| Version Actuelle | 5.1 | 
| Dernière Mise à Jour | 2023-12-13 | 
| Date de Publication | 2020-06-26 | 
| Évaluation | 4.17/5 Total 81 Évaluations | 
| Développeur | The Creative Joys | 
| [email protected] | |
| Type de Paiement | free | 
| URL de la Page de Politique de Confidentialité | https://sites.google.com/view/videoadblockforyt/home | 
| Langues Prises en Charge | 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": [
        "  |  |