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"
    ]
}