Music Control

Music Control

Qu'est-ce que Music Control ?

Music Control est une extension Chrome développée par denis.luschitsky, et sa fonction principale est "Music Control".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Music Control

Téléchargez les fichiers d'extension Music Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

На данный момент поддерживаются следующие ресурсы:
 - 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

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

Informations de Base sur l'Extension

Nom Music Control Music Control
ID lcpnmiadfhokkkphhdmadlibhikkjlml
URL Officiel https://chromewebstore.google.com/detail/music-control/lcpnmiadfhokkkphhdmadlibhikkjlml
Description Music Control
Taille du Fichier 84.59 KB
Nombre d'Installations 988
Version Actuelle 0.0.7
Dernière Mise à Jour 2016-08-28
Date de Publication 2016-08-28
Évaluation 4.88/5 Total 212 Évaluations
Développeur denis.luschitsky
Type de Paiement free
Langues Prises en Charge 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"
    ]
}