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
官方網址 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"
}