XDown

Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.

XDownคืออะไร?

XDown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.idmtorrent.com และคุณลักษณะหลักของมันคือ "Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XDown

ดาวน์โหลดไฟล์ส่วนขยาย XDown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        XDown是一款下载工具,用于提升下载速度以便于用户获得良好的下载体验.

通过浏览器点击下载链接,将任务通过插件捕获文件请求信息,包括http头,请求文件名称,文件大小等通过与原生应用通讯,使用应用程序来接替下载任务.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ XDown XDown
ID kebpgmmmoiggnchlpamiefihdjiaikaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xdown/kebpgmmmoiggnchlpamiefihdjiaikaf
คำอธิบาย Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.
ขนาดไฟล์ 28.38 KB
จำนวนการติดตั้ง 80,375
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2021-04-03
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.idmtorrent.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "background": {
        "service_worker": "xdown_worker.js"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/xdown.org",
    "icons": {
        "16": "images\/xdown_16.png",
        "24": "images\/xdown_24.png",
        "32": "images\/xdown_32.png",
        "48": "images\/xdown_48.png",
        "128": "images\/xdown_128.png"
    },
    "action": {
        "default_popup": "xdown_settings.html",
        "default_title": "XDown Manager"
    },
    "manifest_version": 3,
    "name": "XDown",
    "permissions": [
        "cookies",
        "nativeMessaging",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "index.html"
            ]
        }
    ]
}