Download Accelerator

Speed up your Chrome downloads with parallel connections โ€” works out of the box, with an optional native host for maximum speed.

Add to Chrome View on GitHub

Features

โšก Parallel connections

Split each file into pieces and download them simultaneously over up to 16 connections.

โธ Pause & Resume

Stop and continue any download at any time without losing progress.

๐Ÿ“Š Live progress

Per-connection speed lanes, real-time transfer speed, and ETA.

๐Ÿ–ฑ Right-click download

"Download with Download Accelerator" on any link via the context menu.

๐Ÿ“ Custom folder

Choose the destination folder for each download session.

๐Ÿ”„ Intercept mode

Optionally capture all browser downloads automatically.

Two Modes

Works out of the box

Browser Mode

No installation required. Downloads are handled directly in the browser using parallel Range requests via the Fetch API.

Optional ยท Recommended

Native Mode

A small native helper app opens true parallel TCP connections over HTTP/1.1, bypassing Chrome's HTTP/2 multiplexing. Supports authenticated downloads via session cookies.

Native Host Installation

Download or clone the repository, then run the installer โ€” no Extension ID needed, it's pre-configured for the Chrome Web Store version.

macOS
cd native_host
./install.sh

To build the binary yourself (requires Homebrew Python):

cd native_host
./build.sh
./install.sh
Windows
cd native_host
install.bat

To build the binary yourself (requires Python 3):

cd native_host
build.bat
install.bat

Developers: pass your own Extension ID as an argument to override the default:
./install.sh YOUR_ID  /  install.bat YOUR_ID