History Burner

Historical revisionism at its finest.

Qu'est-ce que History Burner ?

History Burner est une extension Chrome développée par Jeffrey Chang, et sa fonction principale est "Historical revisionism at its finest.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension History Burner

Téléchargez les fichiers d'extension History Burner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom History Burner History Burner
ID mfmeheeibfpnkkobpeiclmihpipnnnlp
URL Officiel https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp
Description Historical revisionism at its finest.
Taille du Fichier 57.61 KB
Nombre d'Installations 41
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-10-04
Date de Publication 2015-10-04
Évaluation 5.00/5 Total 3 Évaluations
Développeur Jeffrey Chang
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}