History Burner

Historical revisionism at its finest.

¿Qué es History Burner?

History Burner es una extensión de Chrome desarrollada por Jeffrey Chang, y su función principal es "Historical revisionism at its finest.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión History Burner

Descarga archivos de extensión History Burner 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

                        Feel free to use this easy, one-click solution to hide all the shady business you just finished doing.

This tool will clear your history and allow you to fill it with anything you desire. (For the lazier of us, it comes preset with an assortment of inconspicuous websites) It can also close your current tabs or entire window - just specify it in the options.

Don't want to clear your entire history? Easy, just select one of the choices on the options page!

Developed by: Jeffrey Chang and Roy Falik                    

Información Básica de la Extensión

Nombre History Burner History Burner
ID mfmeheeibfpnkkobpeiclmihpipnnnlp
URL Oficial https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp
Descripción Historical revisionism at its finest.
Tamaño del Archivo 57.61 KB
Cantidad de Instalaciones 41
Versión Actual 1.0.2
Última Actualización 2015-10-04
Fecha de Publicación 2015-10-04
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Jeffrey Chang
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Burner",
    "description": "Historical revisionism at its finest.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "browsingData",
        "history",
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}