Easy Clean

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

Co je Easy Clean?

Easy Clean je rozšíření Chrome vyvinuté Raz1ner, a jeho hlavní funkcí je „Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Easy Clean

Stáhněte si soubory rozšíření Easy Clean ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Easy Clean Easy Clean
ID bjpclojdgakmcjmfdgiodjgfncaejaki
Oficiální URL https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki
Popis Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Velikost souboru 64.13 KB
Počet instalací 1,040
Aktuální Verze 1.0.0
Poslední Aktualizace 2024-01-10
Datum Vydání 2024-01-10
Hodnocení 5.00/5 Celkem 11 Hodnocení
Vývojář Raz1ner
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dev-coco.github.io/post/Easy-Clean-EN/
URL Stránky Zásad Ochrany Soukromí https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN
Podporované Jazyky 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": [
        "*:\/\/*\/*"
    ]
}