No History

Disables history logging

¿Qué es No History?

No History es una extensión de Chrome desarrollada por KVSoftware, y su función principal es "Disables history logging".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión No History

Descarga archivos de extensión No History en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre No History No History
ID hdifnhiliocdiomkphonngpedadhinof
URL Oficial https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof
Descripción Disables history logging
Tamaño del Archivo 33.09 KB
Cantidad de Instalaciones 10,000
Versión Actual 1.0.1
Última Actualización 2013-08-06
Fecha de Publicación 2013-08-06
Calificación 3.55/5 Total de 146 Calificaciones
Desarrollador KVSoftware
Tipo de Pago free
Idiomas Soportados 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
    }
}