Apple Music Controls

Media key handle and song descriptions.

What is Apple Music Controls?

Apple Music Controls is a Chrome extension developed by Jefoce Inc., and its main feature is "Media key handle and song descriptions.".

Extension Screenshots

screenshot

Download Apple Music Controls Extension CRX File

Download Apple Music Controls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Apple Music Controls Apple Music Controls
ID jaafhbjfikdfpofhpkekcbfcfapafbmf
Official URL https://chromewebstore.google.com/detail/apple-music-controls/jaafhbjfikdfpofhpkekcbfcfapafbmf
Description Media key handle and song descriptions.
File Size 27.93 KB
Installation Count 3,691
Current Version 2021.1
Last Updated 2021-02-17
Publish Date 2020-05-20
Rating 3.67/5 Total 3 Ratings
Developer Jefoce Inc.
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}