Yandex.Music Extension
This extension adds integration with system media player to Yandex.Music
Yandex.Music Extension란 무엇입니까?
Yandex.Music Extension은(는) keupoz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds integration with system media player to Yandex.Music"입니다.
확장 프로그램 스크린샷
Yandex.Music Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
DEPRECATED! This extension is unnecessary as the same functionality was added to the service. A simple extension improving OS media control in Yandex.Music. Tested on Windows 10 and KDE Neon. Is a bit buggy on KDE (might be related to it's media controls implementation). Also you may want to manually select Yandex.Music tab instance as the audio source. Notifications added in the new version. Control them from browser settings of notifications for the site.
확장 프로그램 기본 정보
이름 | Yandex.Music Extension |
ID | jnejknhjoidecbabikcjapfdojhgmnkd |
공식 URL | https://chromewebstore.google.com/detail/yandexmusic-extension/jnejknhjoidecbabikcjapfdojhgmnkd |
설명 | This extension adds integration with system media player to Yandex.Music |
파일 크기 | 16.35 KB |
설치 횟수 | 4,387 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2023-06-24 |
출시 날짜 | 2020-03-07 |
평점 | 4.40/5 총 30 개의 평점 |
개발자 | keupoz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Yandex.Music Extension", "short_name": "ya_music_ext", "version": "1.3.0", "author": "keupoz", "default_locale": "ru", "description": "__MSG_extDesc__", "minimum_chrome_version": "88", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "action": { "default_title": "__MSG_browserActionTitle__" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.injector.ts.da42f35a.185b0dc5.js" ], "matches": [ "https:\/\/music.yandex.ru\/*" ] } ], "permissions": [ "tabs" ], "web_accessible_resources": [ { "matches": [ "https:\/\/music.yandex.ru\/*" ], "resources": [ "assets\/main.dced5f8e.js", "assets\/injector.ts.da42f35a.js" ], "use_dynamic_url": true } ] } |