Ultimate History & Cache Cleaner

Automatically delete history and download history. Bundled a customizable & powerful manual clean button.

Что такое Ultimate History & Cache Cleaner?

Ultimate History & Cache Cleaner - это расширение Chrome, разработанное https://shakelog.com, и его основная функция - "Automatically delete history and download history. Bundled a customizable & powerful manual clean button.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This chrome extension deletes history and download history automatically. It requires less user interaction and features simple operation.

Features:
1. Keep browsing history cleaned automatically
2. Delete download history when download is completed or canceled
3. Manual clean button can be fully customizable (Deletion Data Type, Domain Whitelist)

This extension does not collect any user data. Use the following permissions to delete history data and save preferences. 
- history, downloads, storage, browsingData                    

Основная информация о расширении

Название Ultimate History & Cache Cleaner Ultimate History & Cache Cleaner
ID coplgpbgjpljpkhbkkpllhlhogmhjcbd
Официальный URL https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd
Описание Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
Размер файла 40.2 KB
Количество установок 333
Текущая Версия 1.1.0.2
Последнее Обновление 2024-02-29
Дата публикации 2023-12-01
Разработчик https://shakelog.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://shakelog.com/history-disabler/
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.0.2",
    "default_locale": "en",
    "permissions": [
        "history",
        "downloads",
        "storage",
        "browsingData"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "\/img\/icon128.png",
        "48": "\/img\/icon48.png",
        "16": "\/img\/icon16.png"
    },
    "action": {
        "default_title": "Clear Browsing Data"
    }
}