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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

Для управления с телефона перейдите на сайт 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"
    }
}