History Burner

Historical revisionism at its finest.

Was ist History Burner?

History Burner ist eine Chrome-Erweiterung, die von Jeffrey Chang entwickelt wurde, und ihr Hauptmerkmal ist "Historical revisionism at its finest.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

History Burner-Erweiterungs-CRX-Datei herunterladen

Laden Sie History Burner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name History Burner History Burner
ID mfmeheeibfpnkkobpeiclmihpipnnnlp
Offizielle URL https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp
Beschreibung Historical revisionism at its finest.
Dateigröße 57.61 KB
Installationsanzahl 41
Aktuelle Version 1.0.2
Letztes Update 2015-10-04
Veröffentlichungsdatum 2015-10-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Jeffrey Chang
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}