Download Accelerator & Manager

Easily manage and accelerate your downloads up to 5 times!

什麼是Download Accelerator & Manager?

Download Accelerator & Manager是由Muyor開發的Chrome擴展程式,該擴展的主要功能是“Easily manage and accelerate your downloads up to 5 times!”。

擴展截圖

screenshot
screenshot
screenshot

下載Download Accelerator & Manager擴展crx文件

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

擴展使用說明

                        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
官方網址 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"
    }
}