auto-resume downloads

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

Cos'è auto-resume downloads?

auto-resume downloads è un'estensione di Chrome sviluppata da mabney11, e la sua funzione principale è "This extension allows the user to auto resume downloads that have failed due to non-human error.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione auto-resume downloads

Scarica i file di estensione auto-resume downloads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
URL Ufficiale https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
Descrizione This extension allows the user to auto resume downloads that have failed due to non-human error.
Dimensione del File 3.39 KB
Conteggio Installazioni 11,989
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-08-25
Data di Pubblicazione 2018-08-24
Valutazione 3.27/5 Totale 131 Valutazioni
Sviluppatore mabney11
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}