History Auto Deleter

Automatically delete your history!

Что такое History Auto Deleter?

History Auto Deleter - это расширение Chrome, разработанное Mazika, и его основная функция - "Automatically delete your history!".

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

screenshot
screenshot

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

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

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

                        Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records!

- Automatically delete search history that contains words of your choosing
- You can delete history on demand, or by default it deletes when you restart chrome
- Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day

Thank you very much for installing this extension, all types of reviews and feedback are welcome!                    

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

Название History Auto Deleter History Auto Deleter
ID ddochbhghahhjlcfglcfalgicpdepmba
Официальный URL https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba
Описание Automatically delete your history!
Размер файла 10.88 KB
Количество установок 187
Текущая Версия 1.01
Последнее Обновление 2020-12-15
Дата публикации 2020-12-13
Рейтинг 4.33/5 Всего 3 оценок
Разработчик Mazika
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/remcalu/Chrome-History-Auto-Deleter
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Auto Deleter",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Automatically delete your history!",
    "background": {
        "persistent": false,
        "scripts": [
            "options.js"
        ]
    },
    "permissions": [
        "storage",
        "history"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/image64.png"
        }
    },
    "icons": {
        "64": "images\/image64.png"
    }
}