History Burner

Historical revisionism at its finest.

Co je History Burner?

History Burner je rozšíření Chrome vyvinuté Jeffrey Chang, a jeho hlavní funkcí je „Historical revisionism at its finest.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření History Burner

Stáhněte si soubory rozšíření History Burner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název History Burner History Burner
ID mfmeheeibfpnkkobpeiclmihpipnnnlp
Oficiální URL https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp
Popis Historical revisionism at its finest.
Velikost souboru 57.61 KB
Počet instalací 41
Aktuální Verze 1.0.2
Poslední Aktualizace 2015-10-04
Datum Vydání 2015-10-04
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Jeffrey Chang
Typ Platby free
Podporované Jazyky 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\/"
    ]
}