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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds player for music albums from music.yandex.ru"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yandex Music Albums In VK एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Расширение ищет на стене или в ленте новостей Вконтакте альбомы, расшаренные с Яндекс.Музыки и заменяет их на 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"
    ]
}