Click and Clean
Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.
什么是Click and Clean?
Click and Clean是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.”。
扩展截图
下载Click and Clean扩展crx文件
下载Click and Clean扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just one click (or use the keyboard shortcut command Ctrl + Shift + E) to delete all your browsing data including all open windows, browsing history, cookies, downloads history, form data, websites' caches and databases.
Created by BrowserNative. Visit https://browsernative.com/click-and-clean-chrome-extension/
Feedback? Send via email to [email protected]. 扩展基本信息
| 名称 | |
| ID | mgngmngjioknlgjjaiiamcdbahombpfb |
| 官方URL | https://chromewebstore.google.com/detail/click-and-clean/mgngmngjioknlgjjaiiamcdbahombpfb |
| 简介 | Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc. |
| 文件大小 | 38.53 KB |
| 安装次数 | 10,000 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2023-11-06 |
| 上架时间 | 2018-07-18 |
| 评分 | 4.34/5 共41次评分 |
| 开发者 | https://browsernative.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://browsernative.com/click-and-clean-chrome-extension/ |
| 帮助页面URL | https://browsernative.com/click-and-clean-chrome-extension/ |
| 隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Click and Clean",
"short_name": "ClickClean",
"description": "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.",
"version": "0.1.0",
"permissions": [
"browsingData",
"notifications"
],
"manifest_version": 2,
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "files\/icon-128.png",
"default_title": "Click and Clean"
},
"icons": {
"48": "files\/icon-48.png",
"128": "files\/icon-128.png"
},
"homepage_url": "https:\/\/browsernative.com\/click-and-clean-chrome-extension\/",
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": true
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+E"
}
}
}
} | |