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 |
官方URL | 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" } } |