Apple Music Tracklist Helper
Just a few utilities for Apple Music's website.
什麼是Apple Music Tracklist Helper?
Apple Music Tracklist Helper是由https://rdil.rocks開發的Chrome擴展程式,該擴展的主要功能是“Just a few utilities for Apple Music's website.”。
擴展截圖
下載Apple Music Tracklist Helper擴展crx文件
下載Apple Music Tracklist Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds copy buttons to track names and artist names on Apple Music. Copying the information in the correct format has never been easier!
擴展基本資訊
名稱 | Apple Music Tracklist Helper |
ID | jmbgiapcdfplheloldpnjpefkgldobhg |
官方網址 | https://chromewebstore.google.com/detail/apple-music-tracklist-hel/jmbgiapcdfplheloldpnjpefkgldobhg |
簡介 | Just a few utilities for Apple Music's website. |
檔案大小 | 24.21 KB |
安裝次數 | 48 |
目前版本 | 0.3.0 |
更新時間 | 2023-12-13 |
上架時間 | 2023-05-28 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://rdil.rocks |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/RDIL/am-tracklist-helper |
說明頁面URL | https://github.com/RDIL/am-tracklist-helper/issues |
支援的語言 | 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" } |