Easy Clean

Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.

Qu'est-ce que Easy Clean ?

Easy Clean est une extension Chrome développée par Raz1ner, et sa fonction principale est "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Clean

Téléchargez les fichiers d'extension Easy Clean au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Easy Clean Easy Clean
ID bjpclojdgakmcjmfdgiodjgfncaejaki
URL Officiel https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki
Description Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Taille du Fichier 64.13 KB
Nombre d'Installations 1,040
Version Actuelle 1.0.0
Dernière Mise à Jour 2024-01-10
Date de Publication 2024-01-10
Évaluation 5.00/5 Total 11 Évaluations
Développeur Raz1ner
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dev-coco.github.io/post/Easy-Clean-EN/
URL de la Page de Politique de Confidentialité https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}