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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": []
    }
}