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].
擴展基本資訊
名稱 | Click and Clean |
ID | mgngmngjioknlgjjaiiamcdbahombpfb |
官方網址 | 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" } } } } |