Yandex Music Albums In VK

Adds player for music albums from music.yandex.ru

What is Yandex Music Albums In VK?

Yandex Music Albums In VK is a Chrome extension developed by rbolkhovitin, and its main feature is "Adds player for music albums from music.yandex.ru".

Extension Screenshots

screenshot
screenshot

Download Yandex Music Albums In VK Extension CRX File

Download Yandex Music Albums In VK extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Yandex Music Albums In VK Yandex Music Albums In VK
ID hfhdjdingjkkheiddcliogahcggogpia
Official URL https://chrome.google.com/webstore/detail/yandex-music-albums-in-vk/hfhdjdingjkkheiddcliogahcggogpia
Description Adds player for music albums from music.yandex.ru
File Size 9.13 KB
Installation Count 66
Current Version 0.1
Last Updated 2017-05-14
Publish Date 2017-05-14
Rating 5.00/5 Total 1 Ratings
Developer rbolkhovitin
Payment Type free
Supported Languages 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"
    ]
}