Music Control

Music Control

What is Music Control?

Music Control is a Chrome extension developed by denis.luschitsky, and its main feature is "Music Control".

Extension Screenshots

screenshot
screenshot

Download Music Control Extension CRX File

Download Music Control 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

                        Приложение позволяет получить быстрый доступ к управлению плеером (плеер должен быть предварительно активирован!) на любой открытой вкладке браузера.

*Исправлена работа с новым дизайном Вконтакте.

На данный момент поддерживаются следующие ресурсы:
 - https://vk.com (новый дизайн)
 - https://music.yandex.ru
 - https://radio.yandex.ru
 - https://youtube.com
 - https://soundCloud.com
 - https://twitch.com
 - https://play.google.com
 - https://deezer.com

Список поддерживаемых ресурсов будет обновляться.                    

Extension Basic Information

Name Music Control Music Control
ID lcpnmiadfhokkkphhdmadlibhikkjlml
Official URL https://chromewebstore.google.com/detail/music-control/lcpnmiadfhokkkphhdmadlibhikkjlml
Description Music Control
File Size 84.59 KB
Installation Count 988
Current Version 0.0.7
Last Updated 2016-08-28
Publish Date 2016-08-28
Rating 4.88/5 Total 212 Ratings
Developer denis.luschitsky
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "name": "Music Control",
    "description": "Music Control",
    "version": "0.0.7",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/*",
        "https:\/\/music.yandex.by\/*",
        "https:\/\/music.yandex.ru\/*",
        "https:\/\/radio.yandex.by\/*",
        "https:\/\/radio.yandex.ru\/*",
        "https:\/\/vk.com\/*",
        "https:\/\/new.vk.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.soundCloud.com\/*",
        "https:\/\/www.twitch.com\/*",
        "https:\/\/play.google.com\/*",
        "https:\/\/deezer.com\/*"
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}