History Cleaner

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

Что такое History Cleaner?

History Cleaner - это расширение Chrome, разработанное unixeco, и его основная функция - "A single-click browser history cleaner. You can wipe your browser history for a configurable period.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения History Cleaner

Скачайте файлы расширений History Cleaner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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