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