A simple, yet effective download manager extension for your browser, built using Manifest V3 (MV3). The extension provides a clean, modern interface to manage your downloads with the following features:
- Lightweight and easy to use for everyday download tasks.
- Download Progress Tracking: Easily track your downloads with visual color-coded icons.
- Seamless Integration: Blends with your browser’s user interface.
- Customizable Icons: Uses color-coded icons for each state (in-progress, completed, cleared).
-
Chrome Web Store:
- The extension is available for download on the Chrome Web Store.
-
Install from GitHub (manual):
- Clone this repository and load it as an unpacked extension:
- Go to
chrome://extensions/
in your browser. - Enable Developer Mode.
- Click Load unpacked and select the folder where the extension files are located.
- Go to
- Clone this repository and load it as an unpacked extension:
Once installed, the extension will automatically start managing your downloads. The icon in your browser will change depending on the download state:
- Blue: No active downloads or cleared downloads.
- Yellow: Download is in progress.
- Green: Download is complete.
This extension is based on the original Downloads Pro extension by Ner Karso, which uses a progress bar to track download status. Modifications have been made to update it to Manifest V3 (MV3) and implement a different download tracking system using color-coded icons, alongside a progress bar for downloads in version 4.5
- The original extension can be found here: Downloads Pro on Chrome Web Store.
The modifications made in this version are open-sourced under the MIT License.