auto-resume downloads
This extension allows the user to auto resume downloads that have failed due to non-human error.
Wat is auto-resume downloads?
auto-resume downloads is een Chrome-extensie ontwikkeld door mabney11, en de belangrijkste functie is "This extension allows the user to auto resume downloads that have failed due to non-human error.".
Extensie Screenshots
Download het CRX-bestand van de extensie auto-resume downloads
Download auto-resume downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | auto-resume downloads |
ID | cklhieaaomjcmlaeopmeidpfdjjogjaf |
Officiële URL | https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf |
Beschrijving | This extension allows the user to auto resume downloads that have failed due to non-human error. |
Bestandsgrootte | 3.39 KB |
Aantal Installaties | 11,989 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2018-08-25 |
Publicatiedatum | 2018-08-24 |
Beoordeling | 3.27/5 Totaal 131 Beoordelingen |
Ontwikkelaar | mabney11 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |