Yandex Music Ad Muter!

My first Chrome App.

Cos'è Yandex Music Ad Muter!?

Yandex Music Ad Muter! è un'estensione di Chrome sviluppata da Knight Slayer, e la sua funzione principale è "My first Chrome App.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yandex Music Ad Muter!

Scarica i file di estensione Yandex Music Ad Muter! 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

                        Выключает звук вкладки с яндексой музыкой во время рекламы на                    

Informazioni di Base sull'Estensione

Nome Yandex Music Ad Muter! Yandex Music Ad Muter!
ID hhfiakmmlhebnpijmfgnejjggogkcbhk
URL Ufficiale https://chromewebstore.google.com/detail/yandex-music-ad-muter/hhfiakmmlhebnpijmfgnejjggogkcbhk
Descrizione My first Chrome App.
Dimensione del File 3.67 KB
Conteggio Installazioni 74
Versione Corrente 0.1
Ultimo Aggiornamento 2017-05-29
Data di Pubblicazione 2017-05-29
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore Knight Slayer
Tipo di Pagamento free
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yandex Music Ad Muter!",
    "description": "My first Chrome App.",
    "version": "0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/radio.yandex.ru\/*",
                "https:\/\/music.yandex.ru\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}