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
Eメール [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"
}