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ファイルをダウンロード

Clear Downloads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        ]
    }
}