Apple Music Controls
Media key handle and song descriptions.
Was ist Apple Music Controls?
Apple Music Controls ist eine Chrome-Erweiterung, die von Jefoce Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Media key handle and song descriptions.".
Erweiterungsscreenshots
Apple Music Controls-Erweiterungs-CRX-Datei herunterladen
Laden Sie Apple Music Controls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Add support windows media controls for Web Apple Music. (only for Windows 10) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jaafhbjfikdfpofhpkekcbfcfapafbmf |
| Offizielle URL | https://chromewebstore.google.com/detail/apple-music-controls/jaafhbjfikdfpofhpkekcbfcfapafbmf |
| Beschreibung | Media key handle and song descriptions. |
| Dateigröße | 27.93 KB |
| Installationsanzahl | 3,691 |
| Aktuelle Version | 2021.1 |
| Letztes Update | 2021-02-17 |
| Veröffentlichungsdatum | 2020-05-20 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | Jefoce Inc. |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |