iTunes Web

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

Co to jest iTunes Web?

iTunes Web to rozszerzenie Chrome opracowane przez Mobile Extensions, a jego główną funkcją jest „Manage your content on the iTunes Store and Apple Books. Use for PC”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia iTunes Web

Pobierz pliki rozszerzeń iTunes Web w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        iTunes Connect Use the application on your PC                    

Podstawowe informacje o rozszerzeniu

Nazwa iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
Oficjalny URL https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
Opis Manage your content on the iTunes Store and Apple Books. Use for PC
Rozmiar pliku 19.74 KB
Liczba instalacji 1,509
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-11-22
Data Publikacji 2022-11-22
Ocena 4.33/5 Łącznie 18 Oceny
Deweloper Mobile Extensions
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/extensions-privacy
Obsługiwane Języki 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"
}