Delta Download Manager

The most sophisticated download manager for your browser

Delta Download Manager là gì?

Delta Download Manager là một tiện ích mở rộng Chrome được phát triển bởi Fabio Sabbion, và tính năng chính của nó là "The most sophisticated download manager for your browser".

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

screenshot
screenshot

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

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

                        Delta automatically redirects downloaded files in a specific folder based on rules you define.
You won't need to choose download destination folders anymore!

Features:
 - Domain & URL Mapping: download's redirection based on website domain or URL
 - Default domain mapping: automatically creates a new folder named as the domain if none of the domain rules math
- URL mapping mode: choose whether to map only a specific URL or also its subURLs
 - Filetype Mapping: download's redirection based on filetype
 - Options page: view, edit, and remove rules
 - Change the priority of your rules                    

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

Tên Delta Download Manager Delta Download Manager
ID dnlggkelkiidpfbeneeelojappljaegn
URL Chính Thức https://chromewebstore.google.com/detail/delta-download-manager/dnlggkelkiidpfbeneeelojappljaegn
Mô tả The most sophisticated download manager for your browser
Kích Thước Tệp 895 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2022-02-04
Ngày Phát Hành 2021-11-27
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Fabio Sabbion
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Delta Download Manager",
    "version": "1.3.0",
    "description": " The most sophisticated download manager for your browser",
    "icons": {
        "32": "icons\/delta_32.png",
        "128": "icons\/delta_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Delta Download Manager"
    }
}