Apple Music Tracklist Helper
Just a few utilities for Apple Music's website.
What is Apple Music Tracklist Helper?
Apple Music Tracklist Helper is a Chrome extension developed by https://rdil.rocks, and its main feature is "Just a few utilities for Apple Music's website.".
Extension Screenshots
Download Apple Music Tracklist Helper Extension CRX File
Download Apple Music Tracklist Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds copy buttons to track names and artist names on Apple Music. Copying the information in the correct format has never been easier!
Extension Basic Information
Name | Apple Music Tracklist Helper |
ID | jmbgiapcdfplheloldpnjpefkgldobhg |
Official URL | https://chromewebstore.google.com/detail/apple-music-tracklist-hel/jmbgiapcdfplheloldpnjpefkgldobhg |
Description | Just a few utilities for Apple Music's website. |
File Size | 24.21 KB |
Installation Count | 48 |
Current Version | 0.3.0 |
Last Updated | 2023-12-13 |
Publish Date | 2023-05-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://rdil.rocks |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/RDIL/am-tracklist-helper |
Help Page URL | https://github.com/RDIL/am-tracklist-helper/issues |
Supported Languages | 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" } |