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
官方網址 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
}