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.”。
擴展截圖
下載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 |
ID | cklhieaaomjcmlaeopmeidpfdjjogjaf |
官方網址 | 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" ] } |