XDown

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

XDown là gì?

XDown là một tiện ích mở rộng Chrome được phát triển bởi https://xdown.org, và tính năng chính của nó là "Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.".

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

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

Tải xuống các tệp mở rộng XDown 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

                        Demonstrate downloads using the xdown plugin.                    

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

Tên XDown XDown
ID eapmjcdkdlenhkbanlgacimfibbbiinc
URL Chính Thức https://chromewebstore.google.com/detail/xdown/eapmjcdkdlenhkbanlgacimfibbbiinc
Mô tả Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.
Kích Thước Tệp 27.08 KB
Số Lần Cài Đặt 24,071
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2019-12-20
Đánh Giá 4.81/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://xdown.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.xdown.org
URL Trang Trợ Giúp https://xdown.org
Ngôn Ngữ Được Hỗ Trợ 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.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "index.html"
            ]
        }
    ]
}