Download Accelerator & Manager

Easily manage and accelerate your downloads up to 5 times!

Download Accelerator & Manager क्या है?

Download Accelerator & Manager Muyor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily manage and accelerate your downloads up to 5 times!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Download Accelerator & Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Download Accelerator & Manager is an extension that enables you to download large files with the multi-threaded method.

It divides the input file into several sections and then downloads all sections in parallel. Just enter the desired thread count in the interface and then add a new download task. You can add a new download task through the interface (top-section) or simply right-click on a desired download link and then click on the - Download with Accelerator - item in the context menu.

Note: after adding a new URL, please adjust the number of threads. Also note that currently, the maximum number of threads is 5.

If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/download-accelerator-manager.html).                    

एक्सटेंशन की मूल जानकारी

नाम Download Accelerator & Manager Download Accelerator & Manager
ID monfeonpgfbmljdpjhpjjponhmhefgce
आधिकारिक URL https://chromewebstore.google.com/detail/download-accelerator-mana/monfeonpgfbmljdpjhpjjponhmhefgce
विवरण Easily manage and accelerate your downloads up to 5 times!
फ़ाइल का आकार 156 KB
स्थापना संख्या 7,000
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2020-04-25
रेटिंग 3.77/5 कुल 31 रेटिंग्स
डेवलपर Muyor
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/download-accelerator-manager.html
सहायता पृष्ठ URL https://mybrowseraddon.com/download-accelerator-manager.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "name": "Download Accelerator & Manager",
    "description": "Easily manage and accelerate your downloads up to 5 times!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/download-accelerator-manager.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "contextMenus",
        "notifications",
        "downloads.open",
        "unlimitedStorage"
    ],
    "action": {
        "default_title": "Download Accelerator & Manager",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "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"
    }
}