Apple Music Tracklist Helper

Just a few utilities for Apple Music's website.

Was ist Apple Music Tracklist Helper?

Apple Music Tracklist Helper ist eine Chrome-Erweiterung, die von https://rdil.rocks entwickelt wurde, und ihr Hauptmerkmal ist "Just a few utilities for Apple Music's website.".

Erweiterungsscreenshots

screenshot

Apple Music Tracklist Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Apple Music Tracklist Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Adds copy buttons to track names and artist names on Apple Music. Copying the information in the correct format has never been easier!                    

Grundlegende Informationen zur Erweiterung

Name Apple Music Tracklist Helper Apple Music Tracklist Helper
ID jmbgiapcdfplheloldpnjpefkgldobhg
Offizielle URL https://chromewebstore.google.com/detail/apple-music-tracklist-hel/jmbgiapcdfplheloldpnjpefkgldobhg
Beschreibung Just a few utilities for Apple Music's website.
Dateigröße 24.21 KB
Installationsanzahl 48
Aktuelle Version 0.3.0
Letztes Update 2023-12-13
Veröffentlichungsdatum 2023-05-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://rdil.rocks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/RDIL/am-tracklist-helper
Hilfeseite URL https://github.com/RDIL/am-tracklist-helper/issues
Unterstützte Sprachen 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"
}