Youtube Ad Remover

This extension will remove Youtube ads for you.

Cos'è Youtube Ad Remover?

Youtube Ad Remover è un'estensione di Chrome sviluppata da kinshuk1911, e la sua funzione principale è "This extension will remove Youtube ads for you.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube Ad Remover

Scarica i file di estensione Youtube Ad Remover 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

                        Youtube ad remover makes Youtube more fun.
This extension aso removes banner ads for you, so all you have to do is just to download this chrome extension and sit back and enjoy youtube videos.

Note: This extension does not remove ads. It just skips ads as soon as their appear and no you don't even need to wait for 5 seconds for the skip ad button to appear.                    

Informazioni di Base sull'Estensione

Nome Youtube Ad Remover Youtube Ad Remover
ID nlmlilggecopcgfjfmhcioahbfoinpaa
URL Ufficiale https://chromewebstore.google.com/detail/youtube-ad-remover/nlmlilggecopcgfjfmhcioahbfoinpaa
Descrizione This extension will remove Youtube ads for you.
Dimensione del File 5.42 KB
Conteggio Installazioni 533
Versione Corrente 1.1
Ultimo Aggiornamento 2022-01-12
Data di Pubblicazione 2021-12-15
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore kinshuk1911
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Remover",
    "version": "1.1",
    "description": "This extension will remove Youtube ads for you.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}