Yandex Music Remote Control (YMRC)

A remote control browser extension to control player at music.yandex.ru

Qu'est-ce que Yandex Music Remote Control (YMRC) ?

Yandex Music Remote Control (YMRC) est une extension Chrome développée par ychebotaev, et sa fonction principale est "A remote control browser extension to control player at music.yandex.ru".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yandex Music Remote Control (YMRC)

Téléchargez les fichiers d'extension Yandex Music Remote Control (YMRC) 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://app.ymrc-service.ru/ и введите пароль.

Как пользоваться:
1. Установите расширение.
2. Перейдите на music.yandex.ru
3. Нажмите на иконку расширения в тулбаре хрома. Откроется окошко со QR-кодом и ссылкой.
4. Сосканируйте QR-код с телефона. Перейдите по ссылке, это ваш личный пульт управления.
5. Пользуйтесь пультом управления с телефона, чтобы переключать композиции и ставить на паузу.
6. Наслаждайтесь жизнью!                    

Informations de Base sur l'Extension

Nom Yandex Music Remote Control (YMRC) Yandex Music Remote Control (YMRC)
ID bjfkhmdfgmkocdelkdjcbciajmcaonnh
URL Officiel https://chromewebstore.google.com/detail/yandex-music-remote-contr/bjfkhmdfgmkocdelkdjcbciajmcaonnh
Description A remote control browser extension to control player at music.yandex.ru
Taille du Fichier 26.31 KB
Nombre d'Installations 1,464
Version Actuelle 6
Dernière Mise à Jour 2024-02-18
Date de Publication 2019-12-02
Évaluation 2.07/5 Total 15 Évaluations
Développeur ychebotaev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.ymrc-service.ru/
URL de la Page d'Aide https://github.com/YChebotaev/ymrc/issues
Langues Prises en Charge 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"
    }
}