History Eraser

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

What is History Eraser?

History Eraser is a Chrome extension developed by hiatamaworkshop, and its main feature is "Erase Browser History, Hold CTRL key and click the extension icon for Setting".

Extension Screenshots

screenshot

Download History Eraser Extension CRX File

Download History Eraser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
Official URL https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
Description Erase Browser History, Hold CTRL key and click the extension icon for Setting
File Size 12.32 KB
Installation Count 234
Current Version 0.1.1
Last Updated 2019-06-19
Publish Date 2019-06-19
Developer hiatamaworkshop
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}