iTunes Web

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

Что такое iTunes Web?

iTunes Web - это расширение Chrome, разработанное Mobile Extensions, и его основная функция - "Manage your content on the iTunes Store and Apple Books. Use for PC".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения iTunes Web

Скачайте файлы расширений iTunes Web в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        iTunes Connect Use the application on your PC                    

Основная информация о расширении

Название iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
Официальный URL https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
Описание Manage your content on the iTunes Store and Apple Books. Use for PC
Размер файла 19.74 KB
Количество установок 1,509
Текущая Версия 1.0.1
Последнее Обновление 2022-11-22
Дата публикации 2022-11-22
Рейтинг 4.33/5 Всего 18 оценок
Разработчик Mobile Extensions
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/extensions-privacy
Поддерживаемые языки 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"
}