Hulk Smash Browser Cleaner

On Exit Browser Cleaner

Cos'è Hulk Smash Browser Cleaner?

Hulk Smash Browser Cleaner è un'estensione di Chrome sviluppata da jbriscoe, e la sua funzione principale è "On Exit Browser Cleaner".

Scarica il file CRX dell'estensione Hulk Smash Browser Cleaner

Scarica i file di estensione Hulk Smash Browser Cleaner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hulk Smash Browser Cleaner Hulk Smash Browser Cleaner
ID ppcjeoolbidebblgggbbkimaeilhdgif
URL Ufficiale https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif
Descrizione On Exit Browser Cleaner
Dimensione del File 190 KB
Conteggio Installazioni 33
Versione Corrente 1.2.2
Ultimo Aggiornamento 2013-10-25
Data di Pubblicazione 2013-10-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jbriscoe
Tipo di Pagamento free
Lingue Supportate 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
}