Yandex Music Albums In VK

Adds player for music albums from music.yandex.ru

Wat is Yandex Music Albums In VK?

Yandex Music Albums In VK is een Chrome-extensie ontwikkeld door rbolkhovitin, en de belangrijkste functie is "Adds player for music albums from music.yandex.ru".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Yandex Music Albums In VK

Download Yandex Music Albums In VK-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Yandex Music Albums In VK Yandex Music Albums In VK
ID hfhdjdingjkkheiddcliogahcggogpia
Officiële URL https://chrome.google.com/webstore/detail/yandex-music-albums-in-vk/hfhdjdingjkkheiddcliogahcggogpia
Beschrijving Adds player for music albums from music.yandex.ru
Bestandsgrootte 9.13 KB
Aantal Installaties 66
Huidige Versie 0.1
Laatst Bijgewerkt 2017-05-14
Publicatiedatum 2017-05-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar rbolkhovitin
Betalingswijze free
Ondersteunde Talen 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"
    ]
}