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 |
| Eメール | [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"
} | |