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
官方網址 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\/"
    ]
}