iTunes Web

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

Vad är iTunes Web?

iTunes Web är en Chrome-tillägg utvecklad av Mobile Extensions, och dess huvudfunktion är "Manage your content on the iTunes Store and Apple Books. Use for PC".

Tilläggsskärmbilder

screenshot

Ladda ner iTunes Web-förlängningens CRX-fil

Ladda ner iTunes Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        iTunes Connect Use the application on your PC                    

Grundläggande Information om Tillägg

Namn iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
Officiell webbadress https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
Beskrivning Manage your content on the iTunes Store and Apple Books. Use for PC
Filstorlek 19.74 KB
Antal Installationer 1,509
Aktuell Version 1.0.1
Senast Uppdaterad 2022-11-22
Publiceringsdatum 2022-11-22
Betyg 4.33/5 Totalt 18 Betyg
Utvecklare Mobile Extensions
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/extensions-privacy
Stödda Språk 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"
}