Apple Music Tracklist Helper

Just a few utilities for Apple Music's website.

Apple Music Tracklist Helperคืออะไร?

Apple Music Tracklist Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rdil.rocks และคุณลักษณะหลักของมันคือ "Just a few utilities for Apple Music's website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apple Music Tracklist Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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 Apple Music Tracklist Helper
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"
}