Yandex Music Remote Control (YMRC)

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

Cos'è Yandex Music Remote Control (YMRC)?

Yandex Music Remote Control (YMRC) è un'estensione di Chrome sviluppata da ychebotaev, e la sua funzione principale è "A remote control browser extension to control player at music.yandex.ru".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yandex Music Remote Control (YMRC)

Scarica i file di estensione Yandex Music Remote Control (YMRC) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Расширение позволяет управлять яндекс.музыкой удаленно, с телефона.

Для управления с телефона перейдите на сайт https://app.ymrc-service.ru/ и введите пароль.

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

Informazioni di Base sull'Estensione

Nome Yandex Music Remote Control (YMRC) Yandex Music Remote Control (YMRC)
ID bjfkhmdfgmkocdelkdjcbciajmcaonnh
URL Ufficiale https://chromewebstore.google.com/detail/yandex-music-remote-contr/bjfkhmdfgmkocdelkdjcbciajmcaonnh
Descrizione A remote control browser extension to control player at music.yandex.ru
Dimensione del File 26.31 KB
Conteggio Installazioni 1,464
Versione Corrente 6
Ultimo Aggiornamento 2024-02-18
Data di Pubblicazione 2019-12-02
Valutazione 2.07/5 Totale 15 Valutazioni
Sviluppatore ychebotaev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app.ymrc-service.ru/
URL della Pagina di Aiuto https://github.com/YChebotaev/ymrc/issues
Lingue Supportate 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"
    }
}