Easy Clean
Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Cos'è Easy Clean?
Easy Clean è un'estensione di Chrome sviluppata da Raz1ner, e la sua funzione principale è "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Clean
Scarica i file di estensione Easy Clean in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Easy Clean |
ID | bjpclojdgakmcjmfdgiodjgfncaejaki |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki |
Descrizione | Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security. |
Dimensione del File | 64.13 KB |
Conteggio Installazioni | 1,040 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2024-01-10 |
Data di Pubblicazione | 2024-01-10 |
Valutazione | 5.00/5 Totale 11 Valutazioni |
Sviluppatore | Raz1ner |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dev-coco.github.io/post/Easy-Clean-EN/ |
URL della Pagina della Politica sulla Privacy | https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |