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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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