History Burner

Historical revisionism at its finest.

Cos'è History Burner?

History Burner è un'estensione di Chrome sviluppata da Jeffrey Chang, e la sua funzione principale è "Historical revisionism at its finest.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione History Burner

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

                        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                    

Informazioni di Base sull'Estensione

Nome History Burner History Burner
ID mfmeheeibfpnkkobpeiclmihpipnnnlp
URL Ufficiale https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp
Descrizione Historical revisionism at its finest.
Dimensione del File 57.61 KB
Conteggio Installazioni 41
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-10-04
Data di Pubblicazione 2015-10-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Jeffrey Chang
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}