Apple Music Controls
Media key handle and song descriptions.
ما هو Apple Music Controls؟
Apple Music Controls هو إضافة Chrome تم تطويرها بواسطة Jefoce Inc.، والميزة الرئيسية لها هي "Media key handle and song descriptions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Apple Music Controls
قم بتنزيل ملفات الامتداد Apple Music Controls بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add support windows media controls for Web Apple Music. (only for Windows 10)
معلومات أساسية عن التمديد
الاسم | Apple Music Controls |
ID | jaafhbjfikdfpofhpkekcbfcfapafbmf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/apple-music-controls/jaafhbjfikdfpofhpkekcbfcfapafbmf |
الوصف | Media key handle and song descriptions. |
حجم الملف | 27.93 KB |
عدد التثبيتات | 3,691 |
النسخة الحالية | 2021.1 |
آخر تحديث | 2021-02-17 |
تاريخ النشر | 2020-05-20 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Jefoce Inc. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Apple Music Controls", "description": "Media key handle and song descriptions.", "version": "2021.1", "manifest_version": 2, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" } }, "content_scripts": [ { "matches": [ "https:\/\/music.apple.com\/*" ], "js": [ "js\/apple-music.min.js" ], "run_at": "document_end" } ] } |