Ad Blocker for YouTube

Watch YouTube without any ads!

Cos'è Ad Blocker for YouTube?

Ad Blocker for YouTube è un'estensione di Chrome sviluppata da Peter Pi, e la sua funzione principale è "Watch YouTube without any ads!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ad Blocker for YouTube

Scarica i file di estensione Ad Blocker for YouTube 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

                        IMPORTANT:
 - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome.

With this extension, you can:
 - Skip ads prior to the actual video content
 - Blocks any pop-up ads during the video within the frame                    

Informazioni di Base sull'Estensione

Nome Ad Blocker for YouTube Ad Blocker for YouTube
ID gmcmlgfecmkefmkgbbnggmamclbmikbi
URL Ufficiale https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi
Descrizione Watch YouTube without any ads!
Dimensione del File 23.32 KB
Conteggio Installazioni 23,302
Versione Corrente 1.0.6
Ultimo Aggiornamento 2020-01-30
Data di Pubblicazione 2020-01-25
Valutazione 4.27/5 Totale 45 Valutazioni
Sviluppatore Peter Pi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ad Blocker for YouTube",
    "version": "1.0.6",
    "description": "Watch YouTube without any ads!",
    "author": "Peter Pi",
    "icons": {
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}