Easy Clean
Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
¿Qué es Easy Clean?
Easy Clean es una extensión de Chrome desarrollada por Raz1ner, y su función principal es "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Easy Clean
Descarga archivos de extensión Easy Clean en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Easy Clean |
ID | bjpclojdgakmcjmfdgiodjgfncaejaki |
URL Oficial | https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki |
Descripción | Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security. |
Tamaño del Archivo | 64.13 KB |
Cantidad de Instalaciones | 1,040 |
Versión Actual | 1.0.0 |
Última Actualización | 2024-01-10 |
Fecha de Publicación | 2024-01-10 |
Calificación | 5.00/5 Total de 11 Calificaciones |
Desarrollador | Raz1ner |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dev-coco.github.io/post/Easy-Clean-EN/ |
URL de la Página de Política de Privacidad | https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN |
Idiomas Soportados | 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": [ "*:\/\/*\/*" ] } |