History Auto Deleter
Automatically delete your history!
什么是History Auto Deleter?
History Auto Deleter是由Mazika开发的Chrome扩展程序,该扩展的主要功能是“Automatically delete your history!”。
扩展截图
下载History Auto Deleter扩展crx文件
下载History Auto Deleter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records! - Automatically delete search history that contains words of your choosing - You can delete history on demand, or by default it deletes when you restart chrome - Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day Thank you very much for installing this extension, all types of reviews and feedback are welcome!
扩展基本信息
名称 | History Auto Deleter |
ID | ddochbhghahhjlcfglcfalgicpdepmba |
官方URL | https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba |
简介 | Automatically delete your history! |
文件大小 | 10.88 KB |
安装次数 | 187 |
当前版本 | 1.01 |
更新时间 | 2020-12-15 |
上架时间 | 2020-12-13 |
评分 | 4.33/5 共3次评分 |
开发者 | Mazika |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/remcalu/Chrome-History-Auto-Deleter |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Auto Deleter", "version": "1.01", "manifest_version": 2, "description": "Automatically delete your history!", "background": { "persistent": false, "scripts": [ "options.js" ] }, "permissions": [ "storage", "history" ], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "images\/image64.png" } }, "icons": { "64": "images\/image64.png" } } |