Yandex Music Remote Control (YMRC)
A remote control browser extension to control player at music.yandex.ru
Wat is Yandex Music Remote Control (YMRC)?
Yandex Music Remote Control (YMRC) is een Chrome-extensie ontwikkeld door ychebotaev, en de belangrijkste functie is "A remote control browser extension to control player at music.yandex.ru".
Extensie Screenshots
Download het CRX-bestand van de extensie Yandex Music Remote Control (YMRC)
Download Yandex Music Remote Control (YMRC)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Расширение позволяет управлять яндекс.музыкой удаленно, с телефона. Для управления с телефона перейдите на сайт https://app.ymrc-service.ru/ и введите пароль. Как пользоваться: 1. Установите расширение. 2. Перейдите на music.yandex.ru 3. Нажмите на иконку расширения в тулбаре хрома. Откроется окошко со QR-кодом и ссылкой. 4. Сосканируйте QR-код с телефона. Перейдите по ссылке, это ваш личный пульт управления. 5. Пользуйтесь пультом управления с телефона, чтобы переключать композиции и ставить на паузу. 6. Наслаждайтесь жизнью!
Basisinformatie over de Extensie
Naam | Yandex Music Remote Control (YMRC) |
ID | bjfkhmdfgmkocdelkdjcbciajmcaonnh |
Officiële URL | https://chromewebstore.google.com/detail/yandex-music-remote-contr/bjfkhmdfgmkocdelkdjcbciajmcaonnh |
Beschrijving | A remote control browser extension to control player at music.yandex.ru |
Bestandsgrootte | 26.31 KB |
Aantal Installaties | 1,464 |
Huidige Versie | 6 |
Laatst Bijgewerkt | 2024-02-18 |
Publicatiedatum | 2019-12-02 |
Beoordeling | 2.07/5 Totaal 15 Beoordelingen |
Ontwikkelaar | ychebotaev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://app.ymrc-service.ru/ |
Help Pagina-URL | https://github.com/YChebotaev/ymrc/issues |
Ondersteunde Talen | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Yandex Music Remote Control (YMRC)", "version": "6", "description": "A remote control browser extension to control player at music.yandex.ru", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/music.yandex.ru\/" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/music.yandex.ru\/*" ], "js": [ "delegate.mjs" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |