Apple Music Controls

Media key handle and song descriptions.

Wat is Apple Music Controls?

Apple Music Controls is een Chrome-extensie ontwikkeld door Jefoce Inc., en de belangrijkste functie is "Media key handle and song descriptions.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Apple Music Controls

Download Apple Music Controls-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

                        Add support windows media controls for Web Apple Music. (only for Windows 10)                    

Basisinformatie over de Extensie

Naam Apple Music Controls Apple Music Controls
ID jaafhbjfikdfpofhpkekcbfcfapafbmf
Officiële URL https://chromewebstore.google.com/detail/apple-music-controls/jaafhbjfikdfpofhpkekcbfcfapafbmf
Beschrijving Media key handle and song descriptions.
Bestandsgrootte 27.93 KB
Aantal Installaties 3,691
Huidige Versie 2021.1
Laatst Bijgewerkt 2021-02-17
Publicatiedatum 2020-05-20
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Jefoce Inc.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apple Music Controls",
    "description": "Media key handle and song descriptions.",
    "version": "2021.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.apple.com\/*"
            ],
            "js": [
                "js\/apple-music.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}