Apple Music Controls
Media key handle and song descriptions.
Apa itu Apple Music Controls?
Apple Music Controls adalah ekstensi Chrome yang dikembangkan oleh Jefoce Inc., dan fitur utamanya adalah "Media key handle and song descriptions.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Apple Music Controls
Unduh file ekstensi Apple Music Controls dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Add support windows media controls for Web Apple Music. (only for Windows 10)
Informasi Dasar Ekstensi
Nama | Apple Music Controls |
ID | jaafhbjfikdfpofhpkekcbfcfapafbmf |
URL Resmi | https://chromewebstore.google.com/detail/apple-music-controls/jaafhbjfikdfpofhpkekcbfcfapafbmf |
Deskripsi | Media key handle and song descriptions. |
Ukuran File | 27.93 KB |
Jumlah Instalasi | 3,691 |
Versi Saat Ini | 2021.1 |
Terakhir Diperbarui | 2021-02-17 |
Tanggal Publikasi | 2020-05-20 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Jefoce Inc. |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |