Clean Manager - History & Cache Cleaner

Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!

Clean Manager - History & Cache Cleaner क्या है?

Clean Manager - History & Cache Cleaner aleksandr.koshev12 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Clean Manager chrome extension provide simple and effective way to clear browser history, downloads, cookies, cache data and trash, protects your privacy, and makes your browser faster and productive.  You can clear your browser data or delete site-specific data.

- Clear your browser cache, cookies, website storage and other trashes. 
- Clear your password. Others will never login your personal account.
- Clear your browser history. Others will never know what web site you've been browsing.

You can also create tasks that will clear browser data at a specified interval.                    

एक्सटेंशन की मूल जानकारी

नाम Clean Manager - History & Cache Cleaner Clean Manager - History & Cache Cleaner
ID hnhipbbnifkpgbcgkgeiekcpenmhndko
आधिकारिक URL https://chrome.google.com/webstore/detail/clean-manager-history-cac/hnhipbbnifkpgbcgkgeiekcpenmhndko
विवरण Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!
फ़ाइल का आकार 269 KB
स्थापना संख्या 182
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2022-11-20
प्रकाशन तिथि 2021-05-16
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर aleksandr.koshev12
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "action": {
        "default_icon": "32.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "64.png"
    },
    "manifest_version": 3,
    "name": "Clean Manager - History & Cache Cleaner",
    "options_page": "option.html",
    "permissions": [
        "browsingData",
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8"
}