Yandex Music Albums In VK

Adds player for music albums from music.yandex.ru

Cos'è Yandex Music Albums In VK?

Yandex Music Albums In VK è un'estensione di Chrome sviluppata da rbolkhovitin, e la sua funzione principale è "Adds player for music albums from music.yandex.ru".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Yandex Music Albums In VK

Scarica i file di estensione Yandex Music Albums In VK 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

                        Расширение ищет на стене или в ленте новостей Вконтакте альбомы, расшаренные с Яндекс.Музыки и заменяет их на iframe'ы с плеером.                    

Informazioni di Base sull'Estensione

Nome Yandex Music Albums In VK Yandex Music Albums In VK
ID hfhdjdingjkkheiddcliogahcggogpia
URL Ufficiale https://chrome.google.com/webstore/detail/yandex-music-albums-in-vk/hfhdjdingjkkheiddcliogahcggogpia
Descrizione Adds player for music albums from music.yandex.ru
Dimensione del File 9.13 KB
Conteggio Installazioni 66
Versione Corrente 0.1
Ultimo Aggiornamento 2017-05-14
Data di Pubblicazione 2017-05-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore rbolkhovitin
Tipo di Pagamento free
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.1",
    "omnibox": {
        "keyword": "Yandex Music Albums In VK"
    },
    "icons": {
        "16": "16-full-color.png"
    },
    "description": "__MSG_extensionDescription__",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "default_locale": "en",
    "permissions": [
        "*:\/\/vk.com\/*",
        "activeTab",
        "declarativeContent",
        "tabs"
    ]
}