Click and Clean
Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.
Click and Clean là gì?
Click and Clean là một tiện ích mở rộng Chrome được phát triển bởi https://browsernative.com, và tính năng chính của nó là "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Click and Clean
Tải xuống các tệp mở rộng Click and Clean dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Click and Clean |
ID | mgngmngjioknlgjjaiiamcdbahombpfb |
URL Chính Thức | https://chromewebstore.google.com/detail/click-and-clean/mgngmngjioknlgjjaiiamcdbahombpfb |
Mô tả | Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc. |
Kích Thước Tệp | 38.53 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2023-11-06 |
Ngày Phát Hành | 2018-07-18 |
Đánh Giá | 4.34/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | https://browsernative.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/click-and-clean-chrome-extension/ |
URL Trang Trợ Giúp | https://browsernative.com/click-and-clean-chrome-extension/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |