auto-resume downloads

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

Co to jest auto-resume downloads?

auto-resume downloads to rozszerzenie Chrome opracowane przez mabney11, a jego główną funkcją jest „This extension allows the user to auto resume downloads that have failed due to non-human error.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia auto-resume downloads

Pobierz pliki rozszerzeń auto-resume downloads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
Oficjalny URL https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
Opis This extension allows the user to auto resume downloads that have failed due to non-human error.
Rozmiar pliku 3.39 KB
Liczba instalacji 11,989
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2018-08-25
Data Publikacji 2018-08-24
Ocena 3.27/5 Łącznie 131 Oceny
Deweloper mabney11
Typ Płatności free
Obsługiwane Języki 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"
    ]
}