Turbo Download Manager (Classic)

a download manager with multi-threading support

Turbo Download Manager (Classic) क्या है?

Turbo Download Manager (Classic) InBasic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a download manager with multi-threading support"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Turbo Download Manager (Classic) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
    }
}