Hulk Smash Browser Cleaner

On Exit Browser Cleaner

什么是Hulk Smash Browser Cleaner?

Hulk Smash Browser Cleaner是由jbriscoe开发的Chrome扩展程序,该扩展的主要功能是“On Exit Browser Cleaner”。

下载Hulk Smash Browser Cleaner扩展crx文件

下载Hulk Smash Browser Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hulk Smash Browser Cleaner Hulk Smash Browser Cleaner
ID ppcjeoolbidebblgggbbkimaeilhdgif
官方URL https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif
简介 On Exit Browser Cleaner
文件大小 190 KB
安装次数 33
当前版本 1.2.2
更新时间 2013-10-25
上架时间 2013-10-25
评分 5.00/5 共1次评分
开发者 jbriscoe
付费类型 free
支持的语言 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
}