Ad-free YouTube

Get rid of Youtube ads

Cos'è Ad-free YouTube?

Ad-free YouTube è un'estensione di Chrome sviluppata da Rushi Bharad, e la sua funzione principale è "Get rid of Youtube ads".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ad-free YouTube

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

                        Ad-free YouTube !!

Once you add this extension to your chrome browser, all annoying popup ads and skippable ads will stop showing.
This works on YouTube music as well.

Enjoy ad-free YouTube.

If you like the extension and find it useful, please reward me at https://paypal.me/rushibharad                    

Informazioni di Base sull'Estensione

Nome Ad-free YouTube Ad-free YouTube
ID loaocbojmkjpcjabkcghbcdggjemhkpe
URL Ufficiale https://chromewebstore.google.com/detail/ad-free-youtube/loaocbojmkjpcjabkcghbcdggjemhkpe
Descrizione Get rid of Youtube ads
Dimensione del File 28.71 KB
Conteggio Installazioni 1,046
Versione Corrente 1.0
Ultimo Aggiornamento 2019-09-01
Data di Pubblicazione 2019-09-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Rushi Bharad
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad-free YouTube",
    "description": "Get rid of Youtube ads",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Ad-free YouTube",
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}