auto-resume downloads

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

Apa itu auto-resume downloads?

auto-resume downloads adalah ekstensi Chrome yang dikembangkan oleh mabney11, dan fitur utamanya adalah "This extension allows the user to auto resume downloads that have failed due to non-human error.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi auto-resume downloads

Unduh file ekstensi auto-resume downloads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
URL Resmi https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
Deskripsi This extension allows the user to auto resume downloads that have failed due to non-human error.
Ukuran File 3.39 KB
Jumlah Instalasi 11,989
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2018-08-25
Tanggal Publikasi 2018-08-24
Penilaian 3.27/5 Total 131 Penilaian
Pengembang mabney11
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}