Hulk Smash Browser Cleaner

On Exit Browser Cleaner

What is Hulk Smash Browser Cleaner?

Hulk Smash Browser Cleaner is a Chrome extension developed by jbriscoe, and its main feature is "On Exit Browser Cleaner".

Download Hulk Smash Browser Cleaner Extension CRX File

Download Hulk Smash Browser 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 application, once installed, will wipe your private data every time you launch the browser. You have the ability to choose what you want to delete, but by default all private data is deleted from the beginning of time.

**Please note, if you allow Chrome to run in the background this application will not be able to execute.                    

Extension Basic Information

Name Hulk Smash Browser Cleaner Hulk Smash Browser Cleaner
ID ppcjeoolbidebblgggbbkimaeilhdgif
Official URL https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif
Description On Exit Browser Cleaner
File Size 190 KB
Installation Count 33
Current Version 1.2.2
Last Updated 2013-10-25
Publish Date 2013-10-25
Rating 5.00/5 Total 1 Ratings
Developer jbriscoe
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hulk Smash Browser Cleaner",
    "version": "1.2.2",
    "description": "On Exit Browser Cleaner",
    "permissions": [
        "browsingData",
        "background",
        "tabs",
        "history"
    ],
    "background": {
        "scripts": [
            "eventpage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}