auto-resume downloads

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

Co je auto-resume downloads?

auto-resume downloads je rozšíření Chrome vyvinuté mabney11, a jeho hlavní funkcí je „This extension allows the user to auto resume downloads that have failed due to non-human error.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření auto-resume downloads

Stáhněte si soubory rozšíření auto-resume downloads ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
Oficiální URL https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
Popis This extension allows the user to auto resume downloads that have failed due to non-human error.
Velikost souboru 3.39 KB
Počet instalací 11,989
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-08-25
Datum Vydání 2018-08-24
Hodnocení 3.27/5 Celkem 131 Hodnocení
Vývojář mabney11
Typ Platby free
Podporované Jazyky 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"
    ]
}