Easy Clean
Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Hvad er Easy Clean?
Easy Clean er en Chrome-udvidelse udviklet af Raz1ner, og dens hovedfunktion er "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".
Udvidelsesskærmbilleder
Download Easy Clean-udvidelses-CRX-fil
Download Easy Clean-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Easy Clean |
ID | bjpclojdgakmcjmfdgiodjgfncaejaki |
Officiel URL | https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki |
Beskrivelse | Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security. |
Filstørrelse | 64.13 KB |
Antal Installationer | 1,040 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2024-01-10 |
Udgivelsesdato | 2024-01-10 |
Bedømmelse | 5.00/5 Samlet 11 Bedømmelser |
Udvikler | Raz1ner |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://dev-coco.github.io/post/Easy-Clean-EN/ |
URL til Fortrolighedspolitik Side | https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN |
Understøttede Sprog | 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": [ "*:\/\/*\/*" ] } |