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 - это расширение Chrome, разработанное 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 расширения One Click History Cleaner

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

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

                        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"
}