History Cleaner

Plugin to clear browsing data of Chrome

What is History Cleaner?

History Cleaner is a Chrome extension developed by responsivewebdev, and its main feature is "Plugin to clear browsing data of Chrome".

Download History Cleaner Extension CRX File

Download History Cleaner 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 is a simple extension which helps to clear "appcache", "cache", "cookies", "downloads", "filesystems", "form data"   and most importantly "history". This will be  useful to developers as well normal users.                    

Extension Basic Information

Name History Cleaner History Cleaner
ID bpapaaeaaoiejhimlojglikfdidcelcm
Official URL https://chromewebstore.google.com/detail/history-cleaner/bpapaaeaaoiejhimlojglikfdidcelcm
Description Plugin to clear browsing data of Chrome
File Size 20.66 KB
Installation Count 56
Current Version 1.2
Last Updated 2015-11-30
Publish Date 2015-11-30
Rating 5.00/5 Total 1 Ratings
Developer responsivewebdev
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Cleaner",
    "version": "1.2",
    "description": "Plugin to clear browsing data of Chrome",
    "permissions": [
        "browsingData"
    ],
    "browser_action": {
        "default_popup": "cleardata.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}