Apple Music Tracklist Helper

Just a few utilities for Apple Music's website.

Vad är Apple Music Tracklist Helper?

Apple Music Tracklist Helper är en Chrome-tillägg utvecklad av https://rdil.rocks, och dess huvudfunktion är "Just a few utilities for Apple Music's website.".

Tilläggsskärmbilder

screenshot

Ladda ner Apple Music Tracklist Helper-förlängningens CRX-fil

Ladda ner Apple Music Tracklist Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Apple Music Tracklist Helper Apple Music Tracklist Helper
ID jmbgiapcdfplheloldpnjpefkgldobhg
Officiell webbadress https://chromewebstore.google.com/detail/apple-music-tracklist-hel/jmbgiapcdfplheloldpnjpefkgldobhg
Beskrivning Just a few utilities for Apple Music's website.
Filstorlek 24.21 KB
Antal Installationer 48
Aktuell Version 0.3.0
Senast Uppdaterad 2023-12-13
Publiceringsdatum 2023-05-28
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://rdil.rocks
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/RDIL/am-tracklist-helper
Hjälpsida URL https://github.com/RDIL/am-tracklist-helper/issues
Stödda Språk 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"
}