History Clear

Minimal extension that clears browsing history on startup.

Cos'è History Clear?

History Clear è un'estensione di Chrome sviluppata da Jari Jokinen, e la sua funzione principale è "Minimal extension that clears browsing history on startup.".

Scarica il file CRX dell'estensione History Clear

Scarica i file di estensione History Clear 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 extension clears your browsing history in the background everytime you start the browser. It does not do anything else (like touching your cache or cookies).                    

Informazioni di Base sull'Estensione

Nome History Clear History Clear
ID dcfcnhliklpabjiadgjpdmjjffdolcip
URL Ufficiale https://chromewebstore.google.com/detail/history-clear/dcfcnhliklpabjiadgjpdmjjffdolcip
Descrizione Minimal extension that clears browsing history on startup.
Dimensione del File 3.12 KB
Conteggio Installazioni 20
Versione Corrente 1.0.0
Ultimo Aggiornamento 2015-12-14
Data di Pubblicazione 2015-12-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jari Jokinen
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Clear",
    "description": "Minimal extension that clears browsing history on startup.",
    "version": "1.0.0",
    "browser_action": [],
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}