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