Apple Music Controls

Media key handle and song descriptions.

什么是Apple Music Controls?

Apple Music Controls是由Jefoce Inc.开发的Chrome扩展程序,该扩展的主要功能是“Media key handle and song descriptions.”。

扩展截图

screenshot

下载Apple Music Controls扩展crx文件

下载Apple Music Controls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Apple Music Controls Apple Music Controls
ID jaafhbjfikdfpofhpkekcbfcfapafbmf
官方URL https://chromewebstore.google.com/detail/apple-music-controls/jaafhbjfikdfpofhpkekcbfcfapafbmf
简介 Media key handle and song descriptions.
文件大小 27.93 KB
安装次数 3,691
当前版本 2021.1
更新时间 2021-02-17
上架时间 2020-05-20
评分 3.67/5 共3次评分
开发者 Jefoce Inc.
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}