Yandex.Music Extension
This extension adds integration with system media player to Yandex.Music
Yandex.Music Extension क्या है?
Yandex.Music Extension keupoz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds integration with system media player to Yandex.Music"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yandex.Music Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } ] } |