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"
}