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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Clean एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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