Easy Clean

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

Co to jest Easy Clean?

Easy Clean to rozszerzenie Chrome opracowane przez Raz1ner, a jego główną funkcją jest „Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Easy Clean

Pobierz pliki rozszerzeń Easy Clean w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Easy Clean Easy Clean
ID bjpclojdgakmcjmfdgiodjgfncaejaki
Oficjalny URL https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki
Opis Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Rozmiar pliku 64.13 KB
Liczba instalacji 1,040
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2024-01-10
Data Publikacji 2024-01-10
Ocena 5.00/5 Łącznie 11 Oceny
Deweloper Raz1ner
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://dev-coco.github.io/post/Easy-Clean-EN/
Adres URL Strony Polityki Prywatności https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN
Obsługiwane Języki 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": [
        "*:\/\/*\/*"
    ]
}