iTunes Web

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

Hvad er iTunes Web?

iTunes Web er en Chrome-udvidelse udviklet af Mobile Extensions, og dens hovedfunktion er "Manage your content on the iTunes Store and Apple Books. Use for PC".

Udvidelsesskærmbilleder

screenshot

Download iTunes Web-udvidelses-CRX-fil

Download iTunes Web-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        iTunes Connect Use the application on your PC                    

Grundlæggende oplysninger om udvidelsen

Navn iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
Officiel URL https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
Beskrivelse Manage your content on the iTunes Store and Apple Books. Use for PC
Filstørrelse 19.74 KB
Antal Installationer 1,509
Nuværende Version 1.0.1
Senest Opdateret 2022-11-22
Udgivelsesdato 2022-11-22
Bedømmelse 4.33/5 Samlet 18 Bedømmelser
Udvikler Mobile Extensions
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/extensions-privacy
Understøttede Sprog 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"
}