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": [
        "*:\/\/*\/*"
    ]
}