Apple Music Tracklist Helper
Just a few utilities for Apple Music's website.
Apa itu Apple Music Tracklist Helper?
Apple Music Tracklist Helper adalah ekstensi Chrome yang dikembangkan oleh https://rdil.rocks, dan fitur utamanya adalah "Just a few utilities for Apple Music's website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Apple Music Tracklist Helper
Unduh file ekstensi Apple Music Tracklist Helper 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
Adds copy buttons to track names and artist names on Apple Music. Copying the information in the correct format has never been easier!
Informasi Dasar Ekstensi
Nama | Apple Music Tracklist Helper |
ID | jmbgiapcdfplheloldpnjpefkgldobhg |
URL Resmi | https://chromewebstore.google.com/detail/apple-music-tracklist-hel/jmbgiapcdfplheloldpnjpefkgldobhg |
Deskripsi | Just a few utilities for Apple Music's website. |
Ukuran File | 24.21 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2023-12-13 |
Tanggal Publikasi | 2023-05-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://rdil.rocks |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/RDIL/am-tracklist-helper |
URL Halaman Bantuan | https://github.com/RDIL/am-tracklist-helper/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Apple Music Tracklist Helper", "description": "Just a few utilities for Apple Music's website.", "version": "0.3.0", "manifest_version": 3, "icons": { "16": "\/icons\/16x16.png", "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "128": "\/icons\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/music.apple.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "author": "Reece Dunham", "short_name": "AM TL Helper", "homepage_url": "https:\/\/github.com\/RDIL\/am-tracklist-helper" } |