Clean Manager - History & Cache Cleaner
Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!
Clean Manager - History & Cache Cleaner là gì?
Clean Manager - History & Cache Cleaner là một tiện ích mở rộng Chrome được phát triển bởi aleksandr.koshev12, và tính năng chính của nó là "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!".
Ả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 Clean Manager - History & Cache Cleaner
Tải xuống các tệp mở rộng Clean Manager - History & Cache Cleaner 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
Clean Manager chrome extension provide simple and effective way to clear browser history, downloads, cookies, cache data and trash, protects your privacy, and makes your browser faster and productive. You can clear your browser data or delete site-specific data. - Clear your browser cache, cookies, website storage and other trashes. - Clear your password. Others will never login your personal account. - Clear your browser history. Others will never know what web site you've been browsing. You can also create tasks that will clear browser data at a specified interval.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hnhipbbnifkpgbcgkgeiekcpenmhndko |
URL Chính Thức | https://chrome.google.com/webstore/detail/clean-manager-history-cac/hnhipbbnifkpgbcgkgeiekcpenmhndko |
Mô tả | Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning! |
Kích Thước Tệp | 269 KB |
Số Lần Cài Đặt | 182 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2022-11-20 |
Ngày Phát Hành | 2021-05-16 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | aleksandr.koshev12 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "action": { "default_icon": "32.png" }, "background": { "service_worker": "background.js" }, "description": "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "128.png", "16": "32.png", "48": "64.png" }, "manifest_version": 3, "name": "Clean Manager - History & Cache Cleaner", "options_page": "option.html", "permissions": [ "browsingData", "tabs", "storage", "declarativeNetRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8" } |