Apple Music Controls
Media key handle and song descriptions.
Vad är Apple Music Controls?
Apple Music Controls är en Chrome-tillägg utvecklad av Jefoce Inc., och dess huvudfunktion är "Media key handle and song descriptions.".
Tilläggsskärmbilder
Ladda ner Apple Music Controls-förlängningens CRX-fil
Ladda ner Apple Music Controls-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
Add support windows media controls for Web Apple Music. (only for Windows 10) Grundläggande Information om Tillägg
| Namn | |
| ID | jaafhbjfikdfpofhpkekcbfcfapafbmf |
| Officiell webbadress | https://chromewebstore.google.com/detail/apple-music-controls/jaafhbjfikdfpofhpkekcbfcfapafbmf |
| Beskrivning | Media key handle and song descriptions. |
| Filstorlek | 27.93 KB |
| Antal Installationer | 3,691 |
| Aktuell Version | 2021.1 |
| Senast Uppdaterad | 2021-02-17 |
| Publiceringsdatum | 2020-05-20 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | Jefoce Inc. |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |