Yandex.Music Extension
This extension adds integration with system media player to Yandex.Music
Yandex.Music Extension là gì?
Yandex.Music Extension là một tiện ích mở rộng Chrome được phát triển bởi keupoz, và tính năng chính của nó là "This extension adds integration with system media player to Yandex.Music".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yandex.Music Extension
Tải xuống các tệp mở rộng Yandex.Music Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yandex.Music Extension |
ID | jnejknhjoidecbabikcjapfdojhgmnkd |
URL Chính Thức | https://chromewebstore.google.com/detail/yandexmusic-extension/jnejknhjoidecbabikcjapfdojhgmnkd |
Mô tả | This extension adds integration with system media player to Yandex.Music |
Kích Thước Tệp | 16.35 KB |
Số Lần Cài Đặt | 4,387 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2023-06-24 |
Ngày Phát Hành | 2020-03-07 |
Đánh Giá | 4.40/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | keupoz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |