History Wiper

Stop Chrome from recording your browsing history when you are browsing specific websites.

什麼是History Wiper?

History Wiper是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Stop Chrome from recording your browsing history when you are browsing specific websites.”。

擴展截圖

screenshot

下載History Wiper擴展crx文件

下載History Wiper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It is a chrome extentsion which can stop record your history and browering data about specific words. 
By default, it already has included some vulgarity and adult words.
You can also add some website domain names by yourself.

When the text on the badge is delete and the background color is yellow, it means that the history record is removed.                    

擴展基本資訊

名稱 History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
官方網址 https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
簡介 Stop Chrome from recording your browsing history when you are browsing specific websites.
檔案大小 111 KB
安裝次數 97
目前版本 1.0.3
更新時間 2016-04-27
上架時間 2016-04-26
評分 5.00/5 共 2 次評分
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Wiper",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Stop Chrome from recording your browsing history when you are browsing specific websites.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "No History",
        "default_popup": "popup.html"
    },
    "permissions": [
        "history",
        "tabs",
        "browsingData",
        "storage"
    ]
}