iTunes Web

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

Apa itu iTunes Web?

iTunes Web adalah ekstensi Chrome yang dikembangkan oleh Mobile Extensions, dan fitur utamanya adalah "Manage your content on the iTunes Store and Apple Books. Use for PC".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi iTunes Web

Unduh file ekstensi iTunes Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        iTunes Connect Use the application on your PC                    

Informasi Dasar Ekstensi

Nama iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
URL Resmi https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
Deskripsi Manage your content on the iTunes Store and Apple Books. Use for PC
Ukuran File 19.74 KB
Jumlah Instalasi 1,509
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-11-22
Tanggal Publikasi 2022-11-22
Penilaian 4.33/5 Total 18 Penilaian
Pengembang Mobile Extensions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/extensions-privacy
Bahasa yang Didukung 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"
}