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."입니다.

확장 프로그램 스크린샷

screenshot

Apple Music Tracklist Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}