iTunes Web

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

Cos'è iTunes Web?

iTunes Web è un'estensione di Chrome sviluppata da Mobile Extensions, e la sua funzione principale è "Manage your content on the iTunes Store and Apple Books. Use for PC".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione iTunes Web

Scarica i file di estensione iTunes Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        iTunes Connect Use the application on your PC                    

Informazioni di Base sull'Estensione

Nome iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
URL Ufficiale https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
Descrizione Manage your content on the iTunes Store and Apple Books. Use for PC
Dimensione del File 19.74 KB
Conteggio Installazioni 1,509
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-11-22
Data di Pubblicazione 2022-11-22
Valutazione 4.33/5 Totale 18 Valutazioni
Sviluppatore Mobile Extensions
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/extensions-privacy
Lingue Supportate 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"
}