VK Music Switcher

Extension for easy vk music switch from popup

What is VK Music Switcher?

VK Music Switcher is a Chrome extension developed by Emil Sabitov, and its main feature is "Extension for easy vk music switch from popup".

Extension Screenshots

screenshot

Download VK Music Switcher Extension CRX File

Download VK Music Switcher 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

                        Данное расширение помогает переключать проигрывание музыки на следующую композицию в выбранном альбоме, простым нажатием на иконку.

В следующей версии будет добавлен функционал для полного управления проигрывания музыки.

ВНИМАНИЕ: Для работы расширения, обязательно держать открытой вкладку с музыкой вконтакте.


теги: вконтакте вк музыка аудио следующая переключить vk music vkontakte durov putin                    

Extension Basic Information

Name VK Music Switcher VK Music Switcher
ID pnkpmnaecamhbknfngmlomhoncfolfhp
Official URL https://chrome.google.com/webstore/detail/vk-music-switcher/pnkpmnaecamhbknfngmlomhoncfolfhp
Description Extension for easy vk music switch from popup
File Size 27.8 KB
Installation Count 176
Current Version 0.1.0
Last Updated 2014-10-15
Publish Date 2014-10-15
Rating 1.64/5 Total 14 Ratings
Developer Emil Sabitov
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VK Music Switcher",
    "version": "0.1.0",
    "homepage_url": "http:\/\/hakta.pro\/",
    "offline_enabled": true,
    "description": "Extension for easy vk music switch from popup",
    "minimum_chrome_version": "25",
    "icons": {
        "128": "icons\/blue_128.png",
        "512": "icons\/blue_512.png",
        "256": "icons\/blue_256.png",
        "64": "icons\/blue_64.png",
        "16": "icons\/blue_64.png",
        "24": "icons\/blue_64.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/blue_64.png"
    }
}