One Click History Cleaner

Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to…

One Click History Cleaner क्या है?

One Click History Cleaner Tristan Teufel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to…"।

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

screenshot

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

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

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

                        Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to provide a seamless and efficient browsing experience.

Why Choose Us?

While there are numerous history cleaners available, none offer the simplicity and efficiency of a one-click operation. 

Trust and Transparency

We prioritize your safety. Unlike many Chrome addons, our code is open source and available for review on GitHub. We believe in transparency and ensure that your data is not spied on or misused.

Key Features

* Swift removal of browser data.
* Customizable cleaning options. Choose what you want to remove:
   - Appcache: Application cache
   - Cache: The browser cache that stores images and other resources downloaded by websites
   - Cookies: Cookies set by websites
   - Downloads: Download history
   - FileSystems: File systems created by web applications
   - FormData: Form data, such as usernames and passwords
   - History: Browser history
   - IndexedDB: Data in an IndexedDB database
   - ServerBoundCertificates: Server-bound certificates
   - LocalStorage: Data in local storage
   - PluginData: Data stored by plugins
   - Passwords: Stored passwords
   - WebSQL: Data in a Web SQL database
   - ServiceWorkers: Service Worker cache
* Option to close all tabs post-cleaning.
* Refresh all tabs after cleaning for a fresh browsing start.

Experience a cleaner and safer browsing experience with our One-Click History Cleaner.                    

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

नाम One Click History Cleaner One Click History Cleaner
ID kcjbahochamceejpgjkniopafgdhkplb
आधिकारिक URL https://chromewebstore.google.com/detail/one-click-history-cleaner/kcjbahochamceejpgjkniopafgdhkplb
विवरण Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to…
फ़ाइल का आकार 239 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.1.14
अंतिम अपडेट 2023-12-12
प्रकाशन तिथि 2019-08-17
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर Tristan Teufel
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/firsttris/chrome.oneclickhistorycleaner
सहायता पृष्ठ URL https://github.com/firsttris/chrome.oneclickhistorycleaner/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click History Cleaner",
    "short_name": "One Click History Cleaner",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "browsingData",
        "notifications"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "512": "icons\/icon512.png"
        }
    },
    "manifest_version": 3,
    "version": "0.1.14"
}