iTunes Web

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

Wat is iTunes Web?

iTunes Web is een Chrome-extensie ontwikkeld door Mobile Extensions, en de belangrijkste functie is "Manage your content on the iTunes Store and Apple Books. Use for PC".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iTunes Web

Download iTunes Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        iTunes Connect Use the application on your PC                    

Basisinformatie over de Extensie

Naam iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
Officiële URL https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
Beschrijving Manage your content on the iTunes Store and Apple Books. Use for PC
Bestandsgrootte 19.74 KB
Aantal Installaties 1,509
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-11-22
Publicatiedatum 2022-11-22
Beoordeling 4.33/5 Totaal 18 Beoordelingen
Ontwikkelaar Mobile Extensions
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/extensions-privacy
Ondersteunde Talen 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"
}