Yandex Music Albums In VK

Adds player for music albums from music.yandex.ru

Apa itu Yandex Music Albums In VK?

Yandex Music Albums In VK adalah ekstensi Chrome yang dikembangkan oleh rbolkhovitin, dan fitur utamanya adalah "Adds player for music albums from music.yandex.ru".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Yandex Music Albums In VK

Unduh file ekstensi Yandex Music Albums In VK dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Yandex Music Albums In VK Yandex Music Albums In VK
ID hfhdjdingjkkheiddcliogahcggogpia
URL Resmi https://chrome.google.com/webstore/detail/yandex-music-albums-in-vk/hfhdjdingjkkheiddcliogahcggogpia
Deskripsi Adds player for music albums from music.yandex.ru
Ukuran File 9.13 KB
Jumlah Instalasi 66
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-05-14
Tanggal Publikasi 2017-05-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang rbolkhovitin
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}