Easy Clean
Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Vad är Easy Clean?
Easy Clean är en Chrome-tillägg utvecklad av Raz1ner, och dess huvudfunktion är "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".
Tilläggsskärmbilder
Ladda ner Easy Clean-förlängningens CRX-fil
Ladda ner Easy Clean-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Easy Clean |
ID | bjpclojdgakmcjmfdgiodjgfncaejaki |
Officiell webbadress | https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki |
Beskrivning | Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security. |
Filstorlek | 64.13 KB |
Antal Installationer | 1,040 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2024-01-10 |
Publiceringsdatum | 2024-01-10 |
Betyg | 5.00/5 Totalt 11 Betyg |
Utvecklare | Raz1ner |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://dev-coco.github.io/post/Easy-Clean-EN/ |
URL till Sekretesspolicy Sidan | https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN |
Stödda Språk | 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": [ "*:\/\/*\/*" ] } |