YouMute(r)

Chrome plugin that automatically mutes youtube commercials.

Cos'è YouMute(r)?

YouMute(r) è un'estensione di Chrome sviluppata da Adam Gajzlerowicz, e la sua funzione principale è "Chrome plugin that automatically mutes youtube commercials.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouMute(r)

Scarica i file di estensione YouMute(r) 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

                        Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.                    

Informazioni di Base sull'Estensione

Nome YouMute(r) YouMute(r)
ID hbhjkldledabllijjmnmfhhiejephibe
URL Ufficiale https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe
Descrizione Chrome plugin that automatically mutes youtube commercials.
Dimensione del File 8.27 KB
Conteggio Installazioni 355
Versione Corrente 1.2
Ultimo Aggiornamento 2017-10-13
Data di Pubblicazione 2017-10-13
Valutazione 3.05/5 Totale 19 Valutazioni
Sviluppatore Adam Gajzlerowicz
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouMute(r)",
    "short_name": "YouMute(r)",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Chrome plugin that automatically mutes youtube commercials.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "muter.js"
            ]
        }
    ]
}