Clear Deleted Downloads
Removes deleted items from the 'Downloads' list
Clear Deleted Downloadsとは何ですか?
Clear Deleted Downloadsはskyrocker2013によって開発されたChromeの拡張機能で、その主な機能は「Removes deleted items from the 'Downloads' list」です。
拡張機能のスクリーンショット
Clear Deleted Downloads拡張機能のCRXファイルをダウンロード
Clear Deleted Downloads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Simply clears out all items in the Downloads list, files of which were already deleted                     拡張機能の基本情報
| 名前 |   |  
| ID | ffalkaakjbfpeicomidfmddhfimmphol | 
| 公式URL | https://chromewebstore.google.com/detail/clear-deleted-downloads/ffalkaakjbfpeicomidfmddhfimmphol | 
| 説明 | Removes deleted items from the 'Downloads' list | 
| ファイルサイズ | 12.91 KB | 
| インストール数 | 140 | 
| 現在のバージョン | 1.0.1 | 
| 最終更新日 | 2023-12-05 | 
| 公開日 | 2022-01-05 | 
| 評価 | 5.00/5 合計 3 レビュー | 
| 開発者 | skyrocker2013 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clear Deleted Downloads",
    "version": "1.0.1",
    "description": "Removes deleted items from the 'Downloads' list",
    "short_name": "CDD",
    "permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "index.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Clear deleted downloads"
    }
}  |  |