Clear History

Quickly clears the browser history.

Что такое Clear History?

Clear History - это расширение Chrome, разработанное Mike Frysinger, и его основная функция - "Quickly clears the browser history.".

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

screenshot
screenshot

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

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

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

                        Automatically clear all history, or expire old entries while preserving the most recent!

Feel free to review the extension source at the homepage linked on the right.                    

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

Название Clear History Clear History
ID kihobnjokffgdfnhjdfiaibalbgfolic
Официальный URL https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic
Описание Quickly clears the browser history.
Размер файла 33.48 KB
Количество установок 3,555
Текущая Версия 2.0.0
Последнее Обновление 2022-10-10
Дата публикации 2016-02-28
Рейтинг 3.97/5 Всего 30 оценок
Разработчик Mike Frysinger
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "permissions": [
        "alarms",
        "history",
        "cookies",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "javascript\/clearhistory.js",
        "type": "module"
    },
    "options_page": "views\/options.html",
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_title__",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}