auto-resume downloads

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

什么是auto-resume downloads?

auto-resume downloads是由mabney11开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to auto resume downloads that have failed due to non-human error.”。

扩展截图

screenshot

下载auto-resume downloads扩展crx文件

下载auto-resume downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
官方URL https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
简介 This extension allows the user to auto resume downloads that have failed due to non-human error.
文件大小 3.39 KB
安装次数 11,989
当前版本 1.0.2
更新时间 2018-08-25
上架时间 2018-08-24
评分 3.27/5 共131次评分
开发者 mabney11
付费类型 free
支持的语言 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"
    ]
}