Apple Music Tracklist Helper

Just a few utilities for Apple Music's website.

Wat is Apple Music Tracklist Helper?

Apple Music Tracklist Helper is een Chrome-extensie ontwikkeld door https://rdil.rocks, en de belangrijkste functie is "Just a few utilities for Apple Music's website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Apple Music Tracklist Helper

Download Apple Music Tracklist Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Apple Music Tracklist Helper Apple Music Tracklist Helper
ID jmbgiapcdfplheloldpnjpefkgldobhg
Officiële URL https://chromewebstore.google.com/detail/apple-music-tracklist-hel/jmbgiapcdfplheloldpnjpefkgldobhg
Beschrijving Just a few utilities for Apple Music's website.
Bestandsgrootte 24.21 KB
Aantal Installaties 48
Huidige Versie 0.3.0
Laatst Bijgewerkt 2023-12-13
Publicatiedatum 2023-05-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://rdil.rocks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/RDIL/am-tracklist-helper
Help Pagina-URL https://github.com/RDIL/am-tracklist-helper/issues
Ondersteunde Talen 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"
}