Adblock for YouTube - Youtube Adblocker!

Adblock blocks ads, pop-up and preroll ads for Youtube. The best FREE adblock.

Cos'è Adblock for YouTube - Youtube Adblocker!?

Adblock for YouTube - Youtube Adblocker! è un'estensione di Chrome sviluppata da Free adblock, e la sua funzione principale è "Adblock blocks ads, pop-up and preroll ads for Youtube. The best FREE adblock.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Adblock for YouTube - Youtube Adblocker!

Scarica i file di estensione Adblock for YouTube - Youtube Adblocker! 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

                        Ad blocker does an excellent job of blocking all types of ads. 
At the same time, it has good optimization: 
it almost does not decrease the speed of the browser 
even with a large number of tabs. 
Has unintuitive settings and nice interface.                    

Informazioni di Base sull'Estensione

Nome Adblock for YouTube - Youtube Adblocker! Adblock for YouTube - Youtube Adblocker!
ID nfekbaflkpgadkfoaabfdbecefpdelpp
URL Ufficiale https://chrome.google.com/webstore/detail/adblock-for-youtube-youtu/nfekbaflkpgadkfoaabfdbecefpdelpp
Descrizione Adblock blocks ads, pop-up and preroll ads for Youtube. The best FREE adblock.
Dimensione del File 100 KB
Conteggio Installazioni 4,000
Versione Corrente 1.2.0.2
Ultimo Aggiornamento 2020-10-21
Data di Pubblicazione 2020-10-09
Valutazione 4.15/5 Totale 20 Valutazioni
Sviluppatore Free adblock
Email [email protected]
Tipo di Pagamento free
Lingue Supportate de,en,fr,nl,ca,da,et,es,it,hu,fi,sv,cs,el,bg,ru,uk,hi,th,ja
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "*:\/\/*\/*",
        "webRequestBlocking"
    ],
    "description": "__MSG_description__",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "default_locale": "en",
    "short_name": "AdBlock",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0.2",
    "web_accessible_resources": [
        "*"
    ]
}