Xtreme Download Manager

XDM is an open source download manager

Xtreme Download Manager là gì?

Xtreme Download Manager là một tiện ích mở rộng Chrome được phát triển bởi https://subhra74.github.io/xdm, và tính năng chính của nó là "XDM is an open source download manager".

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

screenshot
screenshot
screenshot

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

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

                        Xtreme Download Manager Integration extension replaces default download manager of Google Chrome by Xtreme Download Manager.

This extension is just a companion for Xtreme download manager desktop application, which must already be installed first. It can be downloaded from: https://github.com/subhra74/xdm

The sole purpose of this extension is integration with Xtreme Download Manager desktop application.

Xtreme Download Manager is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner.

Please report any Issues here:
https://github.com/subhra74/xdm/issues

For more info & usage visit:
https://github.com/subhra74/xdm
https://sourceforge.net/projects/xdman/
https://subhra74.github.io/xdm/                    

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

Tên Xtreme Download Manager Xtreme Download Manager
ID dkckaoghoiffdbomfbbodbbgmhjblecj
URL Chính Thức https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj
Mô tả XDM is an open source download manager
Kích Thước Tệp 50.71 KB
Số Lần Cài Đặt 300,000
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2020-05-30
Ngày Phát Hành 2020-05-28
Đánh Giá 4.29/5 Tổng số 194 Đánh Giá
Nhà Phát Triển https://subhra74.github.io/xdm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/subhra74/xdm
URL Trang Trợ Giúp https://subhra74.github.io/xdm/privacy.html
URL Trang Chính Sách Bảo Mật https://subhra74.github.io/xdm/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0",
    "name": "Xtreme Download Manager",
    "description": "XDM is an open source download manager",
    "version": "2.1",
    "icons": {
        "48": "icon.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "commands": {
        "toggle-monitoring": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Toggle monitoring"
        }
    }
}