History Clear

Minimal extension that clears browsing history on startup.

What is History Clear?

History Clear is a Chrome extension developed by Jari Jokinen, and its main feature is "Minimal extension that clears browsing history on startup.".

Download History Clear Extension CRX File

Download History Clear 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

                        This extension clears your browsing history in the background everytime you start the browser. It does not do anything else (like touching your cache or cookies).                    

Extension Basic Information

Name History Clear History Clear
ID dcfcnhliklpabjiadgjpdmjjffdolcip
Official URL https://chromewebstore.google.com/detail/history-clear/dcfcnhliklpabjiadgjpdmjjffdolcip
Description Minimal extension that clears browsing history on startup.
File Size 3.12 KB
Installation Count 20
Current Version 1.0.0
Last Updated 2015-12-14
Publish Date 2015-12-13
Rating 5.00/5 Total 1 Ratings
Developer Jari Jokinen
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Clear",
    "description": "Minimal extension that clears browsing history on startup.",
    "version": "1.0.0",
    "browser_action": [],
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}