Turbo Download Manager (3rd edition)

A download manager with speed acceleration, site spider, dynamic segmentation, resume, pause, and download recovery

Turbo Download Manager (3rd edition) là gì?

Turbo Download Manager (3rd edition) là một tiện ích mở rộng Chrome được phát triển bởi InBasic, và tính năng chính của nó là "A download manager with speed acceleration, site spider, dynamic segmentation, resume, pause, and download recovery".

Ả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 Turbo Download Manager (3rd edition)

Tải xuống các tệp mở rộng Turbo Download Manager (3rd edition) 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

                        "Turbo Download Manager" (edition 3) is a download management extension that employs multi-threading techniques and incorporates an embedded HTML spider for extracting video, audio, and image content from web pages. Much like IDM (Internet Download Manager) and JDownloader, this extension includes a feature to enhance download speeds by fetching multiple file segments simultaneously. This downloader is written entirely in JavaScript and does not rely on external dependencies.

Features:
1. Resume and Error Recovery: You can resume downloads and recover from interruptions, such as lost connections, computer shutdowns, or unexpected power outages, without restarting from scratch.
2. Pause Active Tasks: Pause ongoing downloads when necessary to reduce network traffic.
3. Dynamic Segmentation and Speed Boost: Turbo Download Manager divides files into multiple sections and downloads them concurrently within an internal IndexedDB database, ensuring optimal download speeds regardless of your connection type.
4. Enhanced Media File Support: It includes an internal HTML spider module for detecting media content like videos, audio, and images.
5. Integrated M3U8 Parser and Live Stream Downloader: This tool supports HLS (HTTP Live Streaming) and features AES-128 decryption capabilities.
6. Custom "Referrer" Header Support: You can specify custom "Referrer" headers for download jobs.

Whether you want to accelerate your download speeds or enhance download stability on unreliable networks, this download manager integrates with your browser's download manager to provide a smooth experience.                    

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

Tên Turbo Download Manager (3rd edition) Turbo Download Manager (3rd edition)
ID pabnknalmhfecdheflmcaehlepmhjlaa
URL Chính Thức https://chromewebstore.google.com/detail/turbo-download-manager-3r/pabnknalmhfecdheflmcaehlepmhjlaa
Mô tả A download manager with speed acceleration, site spider, dynamic segmentation, resume, pause, and download recovery
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 78,045
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2023-09-21
Ngày Phát Hành 2020-06-06
Đánh Giá 3.97/5 Tổng số 95 Đánh Giá
Nhà Phát Triển InBasic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webextension.org/listing/turbo-download-manager-v2.html
URL Trang Trợ Giúp https://webextension.org/listing/turbo-download-manager-v2.html
URL Trang Chính Sách Bảo Mật https://add0n.com/policies/inb.cor.txt
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.7.0",
    "name": "Turbo Download Manager (3rd edition)",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "downloads",
        "downloads.open",
        "notifications",
        "contextMenus",
        "unlimitedStorage",
        "power",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "offscreen",
        "scripting",
        "clipboardRead"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/turbo-download-manager-v2.html",
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "\/data\/manager\/index.html?popup"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "\/data\/scripts\/inject.js"
            ]
        }
    ],
    "options_ui": {
        "page": "\/data\/options\/index.html"
    }
}