OneClick Cleaner for Chrome

Is Chrome browser Slow? Clean up browsing data. Make your Chrome browser more faster and Protect your privacy!!

OneClick Cleaner for Chrome क्या है?

OneClick Cleaner for Chrome Smart Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Is Chrome browser Slow? Clean up browsing data. Make your Chrome browser more faster and Protect your privacy!!"।

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

screenshot
screenshot
screenshot

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

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

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

                        My Google Chrome is getting too slow. What can I do?
The problem with all the browsers, whether it’s internet explorer or Google Chrome, is that they become slow and clunky after a period of time. They take time to start up to, to load websites and to open and close tabs. This is when one should consider cleaning up the browser and getting rid of the cache, history etc.
OneClick Cleaner is a useful Chrome extension that helps you quickly clean up the browser. and It help to delete all traces of your online activity to protect your privacy.
OneClick Cleaner is very easy to use and fast.

Clean up browsing data from a user's local profile.
Make your Chrome browser more faster and Protect your privacy!!
This extension works with minimal permissions since 2012.
Updated to the manifest v3 in December 2023.

*Features, Clean the following items.
cache - the browser's cache
downloads - the list of downloaded files (not the downloaded files themselves)
formData - the stored form data (autofill)
history - the browser's history
passwords - the stored passwords
appcache, cookies, fileSystems, indexedDB, localStorage, serverBoundCertificates, pluginData, webSQL                    

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

नाम OneClick Cleaner for Chrome OneClick Cleaner for Chrome
ID oncckmaelaecccmaniihojgeopkcajfh
आधिकारिक URL https://chromewebstore.google.com/detail/oneclick-cleaner-for-chro/oncckmaelaecccmaniihojgeopkcajfh
विवरण Is Chrome browser Slow? Clean up browsing data. Make your Chrome browser more faster and Protect your privacy!!
फ़ाइल का आकार 41.84 KB
स्थापना संख्या 116,650
वर्तमान संस्करण 0.9.1.6
अंतिम अपडेट 2023-12-12
प्रकाशन तिथि 2019-03-11
रेटिंग 4.34/5 कुल 1437 रेटिंग्स
डेवलपर Smart Software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://atomurl.net/cleaner/
सहायता पृष्ठ URL http://atomurl.net/cleaner/
गोपनीयता नीति पृष्ठ URL http://iblogbox.com/chrome/tos.php
समर्थित भाषाएँ de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "*:\/\/atomurl.net\/cleaner\/*",
                "*:\/\/atomurl.net\/cleanerapps\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "browsingData"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "0.9.1.6"
}