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
官方URL 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"
    ]
}