History Clear
Auto clear browsing history
什么是History Clear?
History Clear是由z.houbin.site开发的Chrome扩展程序,该扩展的主要功能是“Auto clear browsing history”。
扩展截图
下载History Clear扩展crx文件
下载History Clear扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Plugins will automatically clean up historical records, like no trace mode. 扩展基本信息
| 名称 | |
| ID | lclebgjianobbenbgmcbpeohnjfaklfo |
| 官方URL | https://chromewebstore.google.com/detail/history-clear/lclebgjianobbenbgmcbpeohnjfaklfo |
| 简介 | Auto clear browsing history |
| 文件大小 | 15.55 KB |
| 安装次数 | 49 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-04-11 |
| 上架时间 | 2018-09-26 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | z.houbin.site |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History Clear",
"version": "1.1",
"manifest_version": 3,
"description": "Auto clear browsing history",
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"browsingData",
"alarms"
]
} | |