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"
    ]
}