Yandex.Music – Play, Pause, Next, Previous
Управление плеером Яндекс.Музыка
What is Yandex.Music – Play, Pause, Next, Previous?
Yandex.Music – Play, Pause, Next, Previous is a Chrome extension developed by Yuriy I, and its main feature is "Управление плеером Яндекс.Музыка".
Extension Screenshots
Download Yandex.Music – Play, Pause, Next, Previous Extension CRX File
Download Yandex.Music – Play, Pause, Next, Previous 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
Google Chrome плагин для Яндекс.Музыки. Пуск/Пауза – клик Следующая - двойной клик Предыдущая - тройной клик На странице "Расширения" можно задать горячую клавишу и управлять плеером с клавиатуры. Для этого нужно кликнуть на "Настроить команды", затем подобрать удобную комбинацию для этого плагина, например Alt+P. Теги: music, yandex, музыка, яндекс, управление, пауза
Extension Basic Information
Name | Yandex.Music – Play, Pause, Next, Previous |
ID | hgoamfpgpmcknmplpmijojgfglicndne |
Official URL | https://chromewebstore.google.com/detail/yandexmusic-%E2%80%93-play-pause/hgoamfpgpmcknmplpmijojgfglicndne |
Description | Управление плеером Яндекс.Музыка |
File Size | 35.08 KB |
Installation Count | 254 |
Current Version | 1.0.2 |
Last Updated | 2013-10-30 |
Publish Date | 2013-10-30 |
Rating | 3.28/5 Total 25 Ratings |
Developer | Yuriy I |
Payment Type | free |
Help Page URL | http://music.yandex.ru/ |
Supported Languages | ru |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yandex.Music \u2013 Play, Pause, Next, Previous", "version": "1.0.2", "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\u0430", "icons": { "48": "images\/icon.ico" }, "browser_action": { "default_icon": "images\/icon.ico" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/music.yandex.ru\/*" ], "content_scripts": [ { "matches": [ "http:\/\/music.yandex.ru\/*" ], "js": [ "jquery.js" ] } ] } |