iTunes Web

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

What is iTunes Web?

iTunes Web is a Chrome extension developed by Mobile Extensions, and its main feature is "Manage your content on the iTunes Store and Apple Books. Use for PC".

Extension Screenshots

screenshot

Download iTunes Web Extension CRX File

Download iTunes Web 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

                        iTunes Connect Use the application on your PC                    

Extension Basic Information

Name iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
Official URL https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
Description Manage your content on the iTunes Store and Apple Books. Use for PC
File Size 19.74 KB
Installation Count 1,509
Current Version 1.0.1
Last Updated 2022-11-22
Publish Date 2022-11-22
Rating 4.33/5 Total 18 Ratings
Developer Mobile Extensions
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/extensions-privacy
Supported Languages 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"
}