Clear Downloads

Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete

Clear Downloads란 무엇입니까?

Clear Downloads은(는) Sindre Sorhus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete"입니다.

확장 프로그램 스크린샷

screenshot

Clear Downloads 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        See the website for more info.                    

확장 프로그램 기본 정보

이름 Clear Downloads Clear Downloads
ID bknoejjhcfmakcibhifepfkegpjdnadk
공식 URL https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk
설명 Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
파일 크기 11.06 KB
설치 횟수 7,942
현재 버전 1.1.0
최근 업데이트 2020-11-20
출시 날짜 2018-09-24
평점 4.61/5 총 41 개의 평점
개발자 Sindre Sorhus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sindresorhus/clear-downloads
도움말 페이지 URL https://github.com/sindresorhus/clear-downloads/issues
개인정보 보호 정책 페이지 URL https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Downloads",
    "version": "1.1.0",
    "description": "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads",
    "manifest_version": 2,
    "minimum_chrome_version": "66",
    "permissions": [
        "browsingData"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}