YouTube Ad Blocker

Automatically blocks advertisement of YouTube Videos

Cos'è YouTube Ad Blocker?

YouTube Ad Blocker è un'estensione di Chrome sviluppata da hiatamaworkshop, e la sua funzione principale è "Automatically blocks advertisement of YouTube Videos".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Ad Blocker

Scarica i file di estensione YouTube Ad Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube Ad Blocker YouTube Ad Blocker
ID lnnfiihdkikdognbnlbnfajpeccdohka
URL Ufficiale https://chromewebstore.google.com/detail/youtube-ad-blocker/lnnfiihdkikdognbnlbnfajpeccdohka
Descrizione Automatically blocks advertisement of YouTube Videos
Dimensione del File 62.03 KB
Conteggio Installazioni 37
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-02-18
Data di Pubblicazione 2021-02-17
Sviluppatore hiatamaworkshop
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://hiatamaworkshop.com/main.html
Lingue Supportate 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"
    ]
}