Yandex Music Remote Control (YMRC)

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

什么是Yandex Music Remote Control (YMRC)?

Yandex Music Remote Control (YMRC)是由ychebotaev开发的Chrome扩展程序,该扩展的主要功能是“A remote control browser extension to control player at music.yandex.ru”。

扩展截图

screenshot

下载Yandex Music Remote Control (YMRC)扩展crx文件

下载Yandex Music Remote Control (YMRC)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

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

扩展基本信息

名称 Yandex Music Remote Control (YMRC) Yandex Music Remote Control (YMRC)
ID bjfkhmdfgmkocdelkdjcbciajmcaonnh
官方URL https://chromewebstore.google.com/detail/yandex-music-remote-contr/bjfkhmdfgmkocdelkdjcbciajmcaonnh
简介 A remote control browser extension to control player at music.yandex.ru
文件大小 26.31 KB
安装次数 1,464
当前版本 6
更新时间 2024-02-18
上架时间 2019-12-02
评分 2.07/5 共15次评分
开发者 ychebotaev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://app.ymrc-service.ru/
帮助页面URL https://github.com/YChebotaev/ymrc/issues
支持的语言 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"
    }
}