Apple Music Tracklist Helper

Just a few utilities for Apple Music's website.

Cos'è Apple Music Tracklist Helper?

Apple Music Tracklist Helper è un'estensione di Chrome sviluppata da https://rdil.rocks, e la sua funzione principale è "Just a few utilities for Apple Music's website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Apple Music Tracklist Helper

Scarica i file di estensione Apple Music Tracklist Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Apple Music Tracklist Helper Apple Music Tracklist Helper
ID jmbgiapcdfplheloldpnjpefkgldobhg
URL Ufficiale https://chromewebstore.google.com/detail/apple-music-tracklist-hel/jmbgiapcdfplheloldpnjpefkgldobhg
Descrizione Just a few utilities for Apple Music's website.
Dimensione del File 24.21 KB
Conteggio Installazioni 48
Versione Corrente 0.3.0
Ultimo Aggiornamento 2023-12-13
Data di Pubblicazione 2023-05-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://rdil.rocks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/RDIL/am-tracklist-helper
URL della Pagina di Aiuto https://github.com/RDIL/am-tracklist-helper/issues
Lingue Supportate 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"
}