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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
}