Easy Clean
Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
What is Easy Clean?
Easy Clean is a Chrome extension developed by Raz1ner, and its main feature is "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".
Extension Screenshots
Download Easy Clean Extension CRX File
Download Easy Clean extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
One-click quick cleanup of browser cache, with automatic cache clearance upon closing the browser to ensure the security of your privacy. The extension contains no advertisements or pop-ups that affect user experience. It is clean and open-source. Features - One-click cache clearance - Customizable cleanup items - Domain whitelist (exclude specified domains from clearing cookies) - Automatic cleanup upon closing the browser
Extension Basic Information
Name | Easy Clean |
ID | bjpclojdgakmcjmfdgiodjgfncaejaki |
Official URL | https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki |
Description | Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security. |
File Size | 64.13 KB |
Installation Count | 1,040 |
Current Version | 1.0.0 |
Last Updated | 2024-01-10 |
Publish Date | 2024-01-10 |
Rating | 5.00/5 Total 11 Ratings |
Developer | Raz1ner |
[email protected] | |
Payment Type | free |
Extension Website | https://dev-coco.github.io/post/Easy-Clean-EN/ |
Privacy Policy Page URL | https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Clean", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Raz1ner", "version": "1.0.0", "action": { "default_popup": "html\/popup.html", "default_icon": "icon\/icon.png" }, "icons": { "128": "icon\/icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies", "storage", "windows", "browsingData" ], "host_permissions": [ "*:\/\/*\/*" ] } |