Easy Clean

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

Apa itu Easy Clean?

Easy Clean adalah ekstensi Chrome yang dikembangkan oleh Raz1ner, dan fitur utamanya adalah "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Easy Clean

Unduh file ekstensi Easy Clean dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Easy Clean Easy Clean
ID bjpclojdgakmcjmfdgiodjgfncaejaki
URL Resmi https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki
Deskripsi Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Ukuran File 64.13 KB
Jumlah Instalasi 1,040
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2024-01-10
Tanggal Publikasi 2024-01-10
Penilaian 5.00/5 Total 11 Penilaian
Pengembang Raz1ner
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://dev-coco.github.io/post/Easy-Clean-EN/
URL Halaman Kebijakan Privasi https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}