Auto Download Resume Chrome extension
(⚠️ In some cases, Auto Resume Downloads are disabled by the Chrome browser API spec. Sorry, but in that case, please toggle the extension's switch off and on to resume your downloads.)
Download Auto Resume Downloads from chrome web store.
Available immediately after installation.
Download a ZIP file from GitHub and uncompress to local.
In Chrome, go to the extensions page (chrome://extensions
).
Enable Developer Mode.
Choose Load unpacked
and click src
folder
Tap the icon to open the window.
Turn on the switch to run the program.
The program will resume automatically stopped downloads in the background
(⚠️If the program does not work properly, click the toggle button a few times and try again)
Checking Apply to paused items
setting will automatically resume the download that you paused.
Check time interval
sets the time interval for scanning stopped downloads.
Settings take effect when the apply button is pressed.
All events are recorded and visible on the log tab.
Bugs are tracked as GitHub issues.
Create an issue on this repository and if possible, please provide the following information.
Enhancement suggestions are tracked as GitHub issues.
Create an issue on this repository and if possible, please provide the following information.
A Pull Requests (PR) is the step where you submit patches to this repository.
(e.g. adding features, renaming a variable for clarity, translating into a new language)
If you're not familiar with pull requests, you can follow these steps.
git clone https://github.com/<user-name>/Auto-Resume-Downloads.git
cd Auto-Resume-Downloads
git checkout -b <topic-branch-name>
git pull
git push origin <topic-branch-name>