Easy Clean
Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
O que é Easy Clean?
Easy Clean é uma extensão do Chrome desenvolvida por Raz1ner, e sua principal característica é "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Easy Clean
Baixe arquivos de extensão Easy Clean no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Easy Clean |
ID | bjpclojdgakmcjmfdgiodjgfncaejaki |
URL Oficial | https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki |
Descrição | Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security. |
Tamanho do Arquivo | 64.13 KB |
Contagem de Instalações | 1,040 |
Versão Atual | 1.0.0 |
Última Atualização | 2024-01-10 |
Data de Publicação | 2024-01-10 |
Classificação | 5.00/5 Total de 11 Avaliações |
Desenvolvedor | Raz1ner |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dev-coco.github.io/post/Easy-Clean-EN/ |
URL da Página de Política de Privacidade | https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN |
Idiomas Suportados | 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": [ "*:\/\/*\/*" ] } |