Cache Cleaner for Chrome
Clear Chrome Cache, history, cookies and more
什么是Cache Cleaner for Chrome?
Cache Cleaner for Chrome是由Chrome Cleaner开发的Chrome扩展程序,该扩展的主要功能是“Clear Chrome Cache, history, cookies and more”。
扩展截图
下载Cache Cleaner for Chrome扩展crx文件
下载Cache Cleaner for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cache Cleaner is a lightweight and user-friendly Chrome extension designed to help you maintain your privacy and keep your browser running smoothly. With just one click, you can clear your browsing history, cookies, cache, download history, temporary files, Web SQL Databases, and Flash Cookies (LSOs). Key Features: >>Simple, intuitive interface for easy one-click cleaning >>Option to choose which types of data to clear >>Saves your preferences for quick access in the future >>Confirmation message upon successful data removal >>Manifest v3 compatibility for improved security and performance >>Sleek, modern design with Bootstrap framework How to Use Cache Cleaner: 1. Install the Cache Cleaner extension from the Chrome Web Store. 2. Click on the Cache Cleaner icon in your Chrome toolbar to open the popup. 3. Select the types of data you want to clear by checking the corresponding checkboxes. 4. Click the "Clear All" button to remove the selected data. By using Cache Cleaner, you can easily and quickly clean up your browser data, enhancing both your privacy and browsing performance. Get Cache Cleaner now and experience a cleaner, faster, and more private browsing experience.
扩展基本信息
名称 | Cache Cleaner for Chrome |
ID | oojkpiabnpkkffonolalajeejejfgcci |
官方URL | https://chromewebstore.google.com/detail/cache-cleaner-for-chrome/oojkpiabnpkkffonolalajeejejfgcci |
简介 | Clear Chrome Cache, history, cookies and more |
文件大小 | 15.52 KB |
安装次数 | 112 |
当前版本 | 1.0.1 |
更新时间 | 2023-04-18 |
上架时间 | 2023-04-17 |
评分 | 1.00/5 共1次评分 |
开发者 | Chrome Cleaner |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cache Cleaner for Chrome", "description": "Clear Chrome Cache, history, cookies and more", "version": "1.0.1", "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "browsingData", "storage" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |