Easy Clean

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

Τι είναι το Easy Clean;

Το Easy Clean είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Raz1ner, και η κύρια λειτουργία του είναι "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Easy Clean

Λήψη αρχείων επέκτασης Easy Clean σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Easy Clean Easy Clean
ID bjpclojdgakmcjmfdgiodjgfncaejaki
Επίσημο URL https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki
Περιγραφή Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Μέγεθος Αρχείου 64.13 KB
Αριθμός Εγκαταστάσεων 1,040
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2024-01-10
Ημερομηνία Δημοσίευσης 2024-01-10
Αξιολόγηση 5.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής Raz1ner
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dev-coco.github.io/post/Easy-Clean-EN/
URL της Σελίδας Πολιτικής Απορρήτου https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN
Υποστηριζόμενες Γλώσσες 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": [
        "*:\/\/*\/*"
    ]
}