iTunes Web

Manage your content on the iTunes Store and Apple Books. Use for PC

什么是iTunes Web?

iTunes Web是由Mobile Extensions开发的Chrome扩展程序,该扩展的主要功能是“Manage your content on the iTunes Store and Apple Books. Use for PC”。

扩展截图

screenshot

下载iTunes Web扩展crx文件

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

扩展使用说明

                        iTunes Connect Use the application on your PC                    

扩展基本信息

名称 iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
官方URL https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
简介 Manage your content on the iTunes Store and Apple Books. Use for PC
文件大小 19.74 KB
安装次数 1,509
当前版本 1.0.1
更新时间 2022-11-22
上架时间 2022-11-22
评分 4.33/5 共18次评分
开发者 Mobile Extensions
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/extensions-privacy
支持的语言 en-US
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "itunes.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mobile.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Manage your content on the iTunes Store and Apple Books. Use for PC",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "iTunes Web",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}