History Blacklist

Blacklists URLs from entering Chrome's history.

Что такое History Blacklist?

History Blacklist - это расширение Chrome, разработанное smrq, и его основная функция - "Blacklists URLs from entering Chrome's history.".

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

screenshot

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

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

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

                        Blacklists URLs from entering Chrome's history. When you navigate to any URL that matches any of the blacklisted patterns that you provide, this extension will immediately remove that URL from your history.                    

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

Название History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
Официальный URL https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
Описание Blacklists URLs from entering Chrome's history.
Размер файла 15.87 KB
Количество установок 1,434
Текущая Версия 1.0.1
Последнее Обновление 2020-01-21
Дата публикации 2020-01-21
Рейтинг 4.47/5 Всего 15 оценок
Разработчик smrq
Тип оплаты free
Официальный сайт расширения https://github.com/smrq/chrome-history-blacklist
URL страницы помощи https://github.com/smrq/chrome-history-blacklist/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Blacklist",
    "version": "1.0.1",
    "description": "Blacklists URLs from entering Chrome's history.",
    "icons": {
        "16": "images\/icon-16px.png",
        "32": "images\/icon-32px.png",
        "48": "images\/icon-48px.png",
        "64": "images\/icon-64px.png",
        "128": "images\/icon-128px.png",
        "192": "images\/icon-192px.png"
    },
    "author": "Greg Smith ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/github.com\/smrq\/chrome-history-blacklist",
    "options_page": "options.html",
    "permissions": [
        "history",
        "storage"
    ]
}