History Auto-Eraser
History Auto-Eraser by Owlsee
什么是History Auto-Eraser?
History Auto-Eraser是由https://owlsee.com开发的Chrome扩展程序,该扩展的主要功能是“History Auto-Eraser by Owlsee”。
扩展截图
下载History Auto-Eraser扩展crx文件
下载History Auto-Eraser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add page's URL or whole site's URLs to ignore list, Auto-Eraser will erase the assigned browser history automatically.
- Erase browser history automatically. 扩展基本信息
| 名称 | |
| ID | nifjbfjmcncginckeohklpodpknneefh |
| 官方URL | https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh |
| 简介 | History Auto-Eraser by Owlsee |
| 文件大小 | 79.23 KB |
| 安装次数 | 186 |
| 当前版本 | 1.2 |
| 更新时间 | 2019-11-20 |
| 上架时间 | 2019-11-19 |
| 评分 | 3.00/5 共4次评分 |
| 开发者 | https://owlsee.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://reader.owlsee.com/legal |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "History Auto-Eraser",
"description": "History Auto-Eraser by Owlsee",
"version": "1.2",
"options_ui": {
"page": "html\/options.html",
"chrome_style": true
},
"browser_action": {
"default_icon": {
"16": "img\/logo_16.png",
"48": "img\/logo_48.png",
"128": "img\/logo_128.png"
},
"default_popup": "html\/popup.html",
"default_title": "History Auto-Eraser"
},
"background": {
"scripts": [
"js\/vendor.js",
"js\/background.js"
]
},
"permissions": [
"storage",
"history",
"tabs"
]
} | |