History Wiper

Stop Chrome from recording your browsing history when you are browsing specific websites.

Что такое History Wiper?

History Wiper - это расширение Chrome, разработанное Unknown, и его основная функция - "Stop Chrome from recording your browsing history when you are browsing specific websites.".

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

screenshot

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

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

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

                        It is a chrome extentsion which can stop record your history and browering data about specific words. 
By default, it already has included some vulgarity and adult words.
You can also add some website domain names by yourself.

When the text on the badge is delete and the background color is yellow, it means that the history record is removed.                    

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

Название History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
Официальный URL https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
Описание Stop Chrome from recording your browsing history when you are browsing specific websites.
Размер файла 111 KB
Количество установок 97
Текущая Версия 1.0.3
Последнее Обновление 2016-04-27
Дата публикации 2016-04-26
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Wiper",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Stop Chrome from recording your browsing history when you are browsing specific websites.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "No History",
        "default_popup": "popup.html"
    },
    "permissions": [
        "history",
        "tabs",
        "browsingData",
        "storage"
    ]
}