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
擴展基本資訊
名稱 | Clear Deleted Downloads |
ID | ffalkaakjbfpeicomidfmddhfimmphol |
官方網址 | 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 |
電子郵箱 | [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" } } |