No history

Blank history page

Что такое No history?

No history - это расширение Chrome, разработанное Ivan Simonov, и его основная функция - "Blank history page".

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

screenshot

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

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

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

                        This extension allows you to hide the history of the browser from strangers. The history is not deleted, it just hides an empty page. If you want to see again the history of your visits, just disable this extension.                    

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

Название No history No history
ID pfbelnomjenigaabnpfanbkmhjclgbdi
Официальный URL https://chromewebstore.google.com/detail/no-history/pfbelnomjenigaabnpfanbkmhjclgbdi
Описание Blank history page
Размер файла 20.51 KB
Количество установок 374
Текущая Версия 1.0.2
Последнее Обновление 2017-09-14
Дата публикации 2017-09-14
Разработчик Ivan Simonov
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "history": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Blank history page",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "name": "No history",
    "offline_enabled": true,
    "version": "1.0.2"
}