Hulk Smash Browser Cleaner

On Exit Browser Cleaner

O que é Hulk Smash Browser Cleaner?

Hulk Smash Browser Cleaner é uma extensão do Chrome desenvolvida por jbriscoe, e sua principal característica é "On Exit Browser Cleaner".

Baixar o arquivo CRX da Extensão Hulk Smash Browser Cleaner

Baixe arquivos de extensão Hulk Smash Browser Cleaner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hulk Smash Browser Cleaner Hulk Smash Browser Cleaner
ID ppcjeoolbidebblgggbbkimaeilhdgif
URL Oficial https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif
Descrição On Exit Browser Cleaner
Tamanho do Arquivo 190 KB
Contagem de Instalações 33
Versão Atual 1.2.2
Última Atualização 2013-10-25
Data de Publicação 2013-10-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jbriscoe
Tipo de Pagamento free
Idiomas Suportados 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
}