auto-resume downloads

This extension allows the user to auto resume downloads that have failed due to non-human error.

What is auto-resume downloads?

auto-resume downloads is a Chrome extension developed by mabney11, and its main feature is "This extension allows the user to auto resume downloads that have failed due to non-human error.".

Extension Screenshots

screenshot

Download auto-resume downloads Extension CRX File

Download auto-resume downloads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows the user to auto resume downloads that have failed due to non-human error. Failed downloads will attempt to resume within one minute of failing.

Does not resume downloads that have been cancelled manually or that have been cancelled via browser shut down.                    

Extension Basic Information

Name auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
Official URL https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
Description This extension allows the user to auto resume downloads that have failed due to non-human error.
File Size 3.39 KB
Installation Count 11,989
Current Version 1.0.2
Last Updated 2018-08-25
Publish Date 2018-08-24
Rating 3.27/5 Total 131 Ratings
Developer mabney11
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "auto-resume downloads",
    "description": "This extension allows the user to auto resume downloads that have failed due to non-human error.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "auto-resume-download.js"
        ]
    },
    "permissions": [
        "downloads",
        "alarms"
    ]
}