Yandex.Music - play/pause
Управление плеером Яндекс.Музыки без перехода на вкладку сервиса
Qu'est-ce que Yandex.Music - play/pause ?
Yandex.Music - play/pause est une extension Chrome développée par https://robotushka.blogspot.com, et sa fonction principale est "Управление плеером Яндекс.Музыки без перехода на вкладку сервиса".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yandex.Music - play/pause
Téléchargez les fichiers d'extension Yandex.Music - play/pause 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
Что умеет плагин - Один клик по иконке плагина - play/pause. - Двойной клик - следующая запись. - Тройной клик - предыдущая. Удобен тем, что можно управлять воспроизведением музыки, не переходя на вкладку браузера с Яндекс.Музыкой.
Informations de Base sur l'Extension
Nom | Yandex.Music - play/pause |
ID | lnhdeipbglmkjgdloflclkcleiljggba |
URL Officiel | https://chromewebstore.google.com/detail/yandexmusic-playpause/lnhdeipbglmkjgdloflclkcleiljggba |
Description | Управление плеером Яндекс.Музыки без перехода на вкладку сервиса |
Taille du Fichier | 19.08 KB |
Nombre d'Installations | 146 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2015-03-20 |
Date de Publication | 2015-03-20 |
Évaluation | 5.00/5 Total 11 Évaluations |
Développeur | https://robotushka.blogspot.com |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/iriscrm/Yandex.Music-player-plugin |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yandex.Music - play\/pause", "description": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u0435\u0435\u0440\u043e\u043c \u042f\u043d\u0434\u0435\u043a\u0441.\u041c\u0443\u0437\u044b\u043a\u0438 \u0431\u0435\u0437 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u0441\u0435\u0440\u0432\u0438\u0441\u0430", "version": "2.3", "browser_action": { "default_icon": "favicon.ico", "default_title": "Yandex.Music - play\/pause" }, "permissions": [ "tabs", "https:\/\/music.yandex.ru\/*" ], "background": { "scripts": [ "popup.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/music.yandex.ru\/*" ], "js": [ "popup.js" ] } ], "web_accessible_resources": [ "favicon.ico", "favicon_play.ico", "favicon_pause.ico" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |