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"
    ]
}