No History

Disables history logging

Cos'è No History?

No History è un'estensione di Chrome sviluppata da KVSoftware, e la sua funzione principale è "Disables history logging".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No History

Scarica i file di estensione No History 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

                        With No History your history page will always be blank, so dont worry and keep up browsing.
This extension just clears the entire history when Chrome add something there. It's fast and simple.
No configurations, no address bar icons - just install and forget about it.
-------------
PLEASE NOTE:
1. After you install this extension all your history will be cleared immidiately.
2. This extension clears only "History" page, the "Most visited" and "Recently closed" sections in the new tab won't be cleared. This is limitation of current history API. You may use something like "Speed Dial" to override the new tab page.                    

Informazioni di Base sull'Estensione

Nome No History No History
ID hdifnhiliocdiomkphonngpedadhinof
URL Ufficiale https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof
Descrizione Disables history logging
Dimensione del File 33.09 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-08-06
Data di Pubblicazione 2013-08-06
Valutazione 3.55/5 Totale 146 Valutazioni
Sviluppatore KVSoftware
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No History",
    "description": "Disables history logging",
    "version": "1.0.1",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "history"
    ],
    "background": {
        "scripts": [
            "no_history.js"
        ],
        "persistent": false
    }
}