Apple Music Tracklist Helper

Just a few utilities for Apple Music's website.

Co to jest Apple Music Tracklist Helper?

Apple Music Tracklist Helper to rozszerzenie Chrome opracowane przez https://rdil.rocks, a jego główną funkcją jest „Just a few utilities for Apple Music's website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Apple Music Tracklist Helper

Pobierz pliki rozszerzeń Apple Music Tracklist Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Apple Music Tracklist Helper Apple Music Tracklist Helper
ID jmbgiapcdfplheloldpnjpefkgldobhg
Oficjalny URL https://chromewebstore.google.com/detail/apple-music-tracklist-hel/jmbgiapcdfplheloldpnjpefkgldobhg
Opis Just a few utilities for Apple Music's website.
Rozmiar pliku 24.21 KB
Liczba instalacji 48
Aktualna Wersja 0.3.0
Ostatnia Aktualizacja 2023-12-13
Data Publikacji 2023-05-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://rdil.rocks
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/RDIL/am-tracklist-helper
Adres URL Strony Pomocy https://github.com/RDIL/am-tracklist-helper/issues
Obsługiwane Języki 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"
}