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是由Raz1ner开发的Chrome扩展程序,该扩展的主要功能是“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

下载Easy Clean扩展crx文件

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