uGet is a download manager for Chrome which uses aria2, a command line download client, to speed up downloads. uGet supports segmented downloads which can generate a massive increase in download speed. In fact, we can reach the maximum bandwidth available using uGet. It can also serve as a true test for bandwidth capacity. The best feature of uGet is that it can be integrated into Chrome (also Firefox) using a plugin from the Chrome Web Store. However, the Chrome Web Store plugin will not be able to find uGet unless the uget-integrator is installed first. The steps to integrate uGet into Chrome as a download manager are as follows. These commands work for Debian systems. For other Linux systems, the steps remain the same, only the commands would be different.
1. Install uGet and aria2
2. Install uGet-integrator
3.Install uGet Integration from Chrome Web Store
https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi/
A little housekeeping might be required. We need to set the default download client to aria2
Also, I would set the default download location and the total number of active downloads.
1. Install uGet and aria2
sudo add-apt-repository ppa:plushuang-tw/uget-stable sudo apt update sudo apt install uget sudo apt install aria2
2. Install uGet-integrator
sudo add-apt-repository ppa:uget-team/ppa sudo apt update sudo apt install uget-integrator
3.Install uGet Integration from Chrome Web Store
https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi/
A little housekeeping might be required. We need to set the default download client to aria2
Settings -> Plug-In -> aria2
Also, I would set the default download location and the total number of active downloads.
Category -> Properties -> Category Settings -> Active Downloads -> 1 Category -> Properties -> Default for new download -> Folder:
Comments