History Eraser

Erase Browser History, Hold CTRL key and click the extension icon for Setting

Что такое History Eraser?

History Eraser - это расширение Chrome, разработанное hiatamaworkshop, и его основная функция - "Erase Browser History, Hold CTRL key and click the extension icon for Setting".

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

screenshot

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

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

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

                        Erases Browser History.
Click the icon on the browser and it will erase the browser history according to the setting.


**IMPORTANT**
You need to give the setting to the extension first.
Hold 'CTRL key' and click the extension icon, and it should open the setting page. If it does not, make sure you are on the web page that allows Chrome Extensions generally, even that doesn't work, the extension is not compatible with your machine, sorry.                    

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

Название History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
Официальный URL https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
Описание Erase Browser History, Hold CTRL key and click the extension icon for Setting
Размер файла 12.32 KB
Количество установок 234
Текущая Версия 0.1.1
Последнее Обновление 2019-06-19
Дата публикации 2019-06-19
Разработчик hiatamaworkshop
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Eraser",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Erase Browser History, Hold CTRL key and click the extension icon for Setting",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "history.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ]
}