History Burner

Historical revisionism at its finest.

Hvad er History Burner?

History Burner er en Chrome-udvidelse udviklet af Jeffrey Chang, og dens hovedfunktion er "Historical revisionism at its finest.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download History Burner-udvidelses-CRX-fil

Download History Burner-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn History Burner History Burner
ID mfmeheeibfpnkkobpeiclmihpipnnnlp
Officiel URL https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp
Beskrivelse Historical revisionism at its finest.
Filstørrelse 57.61 KB
Antal Installationer 41
Nuværende Version 1.0.2
Senest Opdateret 2015-10-04
Udgivelsesdato 2015-10-04
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Jeffrey Chang
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}