clean the download list
Automatically clean the download list.
什麼是clean the download list?
clean the download list是由上官元恒開發的Chrome擴展程式,該擴展的主要功能是“Automatically clean the download list.”。
擴展截圖
下載clean the download list擴展crx文件
下載clean the download list擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically clean the download list.
擴展基本資訊
名稱 | clean the download list |
ID | afgmphafdnlmmcbefefbpnimhgeilahe |
官方網址 | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
簡介 | Automatically clean the download list. |
檔案大小 | 113 KB |
安裝次數 | 103 |
目前版本 | 0.1.1 |
更新時間 | 2024-02-05 |
上架時間 | 2018-10-11 |
評分 | 3.00/5 共 2 次評分 |
開發者 | 上官元恒 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "clean the download list", "short_name": "ACDL", "description": "Automatically clean the download list.", "version": "0.1.1", "permissions": [ "downloads", "downloads.shelf" ], "background": { "service_worker": "background.js" }, "icons": { "128": "assets\/icon_128.png", "16": "assets\/icon_16.png" } } |