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! 扩展基本信息
| 名称 | |
| ID | jmbgiapcdfplheloldpnjpefkgldobhg |
| 官方URL | 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"
} | |