History Burner

Historical revisionism at its finest.

History Burnerとは何ですか?

History BurnerはJeffrey Changによって開発されたChromeの拡張機能で、その主な機能は「Historical revisionism at its finest.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

History Burner拡張機能のCRXファイルをダウンロード

History Burner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 History Burner History Burner
ID mfmeheeibfpnkkobpeiclmihpipnnnlp
公式URL https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp
説明 Historical revisionism at its finest.
ファイルサイズ 57.61 KB
インストール数 41
現在のバージョン 1.0.2
最終更新日 2015-10-04
公開日 2015-10-04
評価 5.00/5 合計 3 レビュー
開発者 Jeffrey Chang
支払い方法 free
対応言語 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\/"
    ]
}