History Cleaner

A single-click browser history cleaner. You can wipe your browser history for a configurable period.

History Cleaner क्या है?

History Cleaner unixeco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A single-click browser history cleaner. You can wipe your browser history for a configurable period."।

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

screenshot

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

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

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

                        This extension is the simplest method to clear your browser history for a specific time frame. You have the flexibility to set a custom period through the options page, as well as define the zone for which you wish to delete the history data.

For a more thorough cleaning experience, try out my eCleaner: 
https://chrome.google.com/webstore/detail/ecleaner-forget-button/ejhlpopncnfaaeicmbdnddebccnkfenn

With this extension, you can delete the history from three distinct contexts:
1. Regular websites
2. Protected websites (Websites installed as hosted applications)
3. Extensions zone (Installed extensions and packaged applications)

Modes of Operation:
1. Using the User Interface (UI): Click on the browser action, choose the desired cleaning period, and press the "Run Cleaning" button.
2. Headless Mode (Single Click): Select the "Do not show this window" option after opening the interface. From then on, when you click on the browser action, the extension will automatically run the cleaning job in headless mode.

Frequently Asked Questions (FAQs):
- How can I restore the interface in headless mode? 
Open the options page and uncheck the "Do not show this window" option.                    

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

नाम History Cleaner History Cleaner
ID kdiabfinccdcbjbjbaldniplaknileem
आधिकारिक URL https://chromewebstore.google.com/detail/history-cleaner/kdiabfinccdcbjbjbaldniplaknileem
विवरण A single-click browser history cleaner. You can wipe your browser history for a configurable period.
फ़ाइल का आकार 309 KB
स्थापना संख्या 7,602
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2023-07-24
प्रकाशन तिथि 2020-05-27
रेटिंग 3.96/5 कुल 24 रेटिंग्स
डेवलपर unixeco
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webextension.org/listing/ecleaner.html?from=history-cleaner
सहायता पृष्ठ URL https://webextension.org/listing/ecleaner.html?from=history-cleaner
गोपनीयता नीति पृष्ठ URL https://add0n.com/policies/unixeco.txt
समर्थित भाषाएँ de,en,fr,nl,es,it,pt-BR,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Cleaner",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "version": "0.2.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "browsingData"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/ecleaner.html?from=history-cleaner",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "options_ui": {
        "page": "\/data\/cleaning\/index.html"
    },
    "commands": {
        "_execute_action": []
    }
}