Yandex Music Albums In VK

Adds player for music albums from music.yandex.ru

什么是Yandex Music Albums In VK?

Yandex Music Albums In VK是由rbolkhovitin开发的Chrome扩展程序,该扩展的主要功能是“Adds player for music albums from music.yandex.ru”。

扩展截图

screenshot
screenshot

下载Yandex Music Albums In VK扩展crx文件

下载Yandex Music Albums In VK扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Yandex Music Albums In VK Yandex Music Albums In VK
ID hfhdjdingjkkheiddcliogahcggogpia
官方URL https://chrome.google.com/webstore/detail/yandex-music-albums-in-vk/hfhdjdingjkkheiddcliogahcggogpia
简介 Adds player for music albums from music.yandex.ru
文件大小 9.13 KB
安装次数 66
当前版本 0.1
更新时间 2017-05-14
上架时间 2017-05-14
评分 5.00/5 共1次评分
开发者 rbolkhovitin
付费类型 free
支持的语言 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"
    ]
}