auto-resume downloads

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

Vad är auto-resume downloads?

auto-resume downloads är en Chrome-tillägg utvecklad av mabney11, och dess huvudfunktion är "This extension allows the user to auto resume downloads that have failed due to non-human error.".

Tilläggsskärmbilder

screenshot

Ladda ner auto-resume downloads-förlängningens CRX-fil

Ladda ner auto-resume downloads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
Officiell webbadress https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
Beskrivning This extension allows the user to auto resume downloads that have failed due to non-human error.
Filstorlek 3.39 KB
Antal Installationer 11,989
Aktuell Version 1.0.2
Senast Uppdaterad 2018-08-25
Publiceringsdatum 2018-08-24
Betyg 3.27/5 Totalt 131 Betyg
Utvecklare mabney11
Betalningssätt free
Stödda Språk 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"
    ]
}