Turbo Download Manager (Classic)

a download manager with multi-threading support

什麼是Turbo Download Manager (Classic)?

Turbo Download Manager (Classic)是由InBasic開發的Chrome擴展程式,該擴展的主要功能是“a download manager with multi-threading support”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Turbo Download Manager (Classic)擴展crx文件

下載Turbo Download Manager (Classic)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Turbo Download Manager (Classic) aims to provide reliable file downloading even on low-bandwidth internet connections like 3G networks.

Key Features:
1. Speeds up downloads (speed depends on the number of segments and your network capacity)
2. Allows resuming interrupted downloads by introducing fresh links
3. Supports downloading from multiple sources
4. Permits previewing media files while they are being downloaded
5. Extensible and accessible from other extensions and applications
6. Open source and free

Please note that this extension is still under development. For bug reports, kindly submit them to https://github.com/inbasic/turbo-download-manager/issues

How to Use:
Right-click on any link, image, video, or audio element, then select the "Download Now" option. The download manager interface will open, enabling you to initiate the download.

Difference between "Turbo Download Manager (3rd Edition)" and "Turbo Download Manager (Classic)" extensions:
The classic version of this downloader is the initial edition developed as a Chrome app. As Chrome Apps are deprecated, it has been transitioned to the manifest v3 extension platform.                    

擴展基本資訊

名稱 Turbo Download Manager (Classic) Turbo Download Manager (Classic)
ID kemfccojgjoilhfmcblgimbggikekjip
官方網址 https://chromewebstore.google.com/detail/turbo-download-manager-cl/kemfccojgjoilhfmcblgimbggikekjip
簡介 a download manager with multi-threading support
檔案大小 829 KB
安裝次數 70,000
目前版本 0.4.1
更新時間 2023-11-18
上架時間 2019-09-21
評分 3.58/5 共 414 次評分
開發者 InBasic
電子郵箱 [email protected]
付費類型 free
擴展官網 https://webextension.org/listing/turbo-download-manager.html?from=classic
說明頁面URL https://webextension.org/listing/turbo-download-manager.html?from=classic
隱私政策頁面URL https://add0n.com/policies/inb.cor.txt
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turbo Download Manager (Classic)",
    "description": "a download manager with multi-threading support",
    "version": "0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "contextMenus"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/turbo-download-manager.html?from=classic",
    "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"
    },
    "commands": {
        "_execute_action": []
    }
}