A chrome extension that automatically resumes downloads when interrupted.
This Chrome Extension provides a basic framework for automatically resuming interrupted or paused downloads. It leverages Chrome's downloads API to monitor the state of active downloads.
- Download package
manifest.json,background.jsandicons
- Load the extension into Chrome
- go to
chrome://extensions/ - Turn on
developer modeusing the toggle switch in the top right corner - Click on the
Load unpackedbutton. - Navigate to and select the
ChromeDownloadResumerfolder you downloaded the files into
- go to
- It should appear now in the list of extensions.