iTunes Web

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

iTunes Web là gì?

iTunes Web là một tiện ích mở rộng Chrome được phát triển bởi Mobile Extensions, và tính năng chính của nó là "Manage your content on the iTunes Store and Apple Books. Use for PC".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng iTunes Web

Tải xuống các tệp mở rộng iTunes Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        iTunes Connect Use the application on your PC                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iTunes Web iTunes Web
ID afjhchnhjimjlnoofobefbeghopkfbnp
URL Chính Thức https://chrome.google.com/webstore/detail/itunes-web/afjhchnhjimjlnoofobefbeghopkfbnp
Mô tả Manage your content on the iTunes Store and Apple Books. Use for PC
Kích Thước Tệp 19.74 KB
Số Lần Cài Đặt 1,509
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-11-22
Ngày Phát Hành 2022-11-22
Đánh Giá 4.33/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Mobile Extensions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/extensions-privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}