YouTube Ad Blocker

Automatically blocks advertisement of YouTube Videos

Qu'est-ce que YouTube Ad Blocker ?

YouTube Ad Blocker est une extension Chrome développée par hiatamaworkshop, et sa fonction principale est "Automatically blocks advertisement of YouTube Videos".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube Ad Blocker

Téléchargez les fichiers d'extension YouTube Ad Blocker 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

                        The extension functions as "Auto Clicker", it will click on 【Close / Skip Buttons】of the YouTube videos.

It will work for some time, just a silly small function.                    

Informations de Base sur l'Extension

Nom YouTube Ad Blocker YouTube Ad Blocker
ID lnnfiihdkikdognbnlbnfajpeccdohka
URL Officiel https://chromewebstore.google.com/detail/youtube-ad-blocker/lnnfiihdkikdognbnlbnfajpeccdohka
Description Automatically blocks advertisement of YouTube Videos
Taille du Fichier 62.03 KB
Nombre d'Installations 37
Version Actuelle 0.1.1
Dernière Mise à Jour 2021-02-18
Date de Publication 2021-02-17
Développeur hiatamaworkshop
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://hiatamaworkshop.com/main.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Ad Blocker",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Automatically blocks advertisement of YouTube Videos",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "youtube_adBlock.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "inject.js"
    ],
    "permissions": [
        "storage"
    ]
}