Selective Scrubber

Those secret sites? Begone from my history!

Selective Scrubberとは何ですか?

Selective ScrubberはJake Leeによって開発されたChromeの拡張機能で、その主な機能は「Those secret sites? Begone from my history!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Selective Scrubber instantly removes any set of specific sites / phrases from your history with a single click.

No longer do you need to delete all of your history for the last hour, just delete the specific sites you don't want to see!

This project is open source, feel free to suggest changes on GitHub: https://github.com/jakesteam/selectivescrubber

Alternatively, email me at [email protected]                    

拡張機能の基本情報

名前 Selective Scrubber Selective Scrubber
ID ljjdcbfpdmjelppcfeiadnjagdhompkb
公式URL https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb
説明 Those secret sites? Begone from my history!
ファイルサイズ 18.99 KB
インストール数 42
現在のバージョン 1.0.0
最終更新日 2017-01-31
公開日 2017-01-31
評価 5.00/5 合計 4 レビュー
開発者 Jake Lee
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/JakeSteam/SelectiveScrubber
ヘルプページのURL https://github.com/JakeSteam/SelectiveScrubber
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selective Scrubber",
    "description": "Those secret sites? Begone from my history!",
    "version": "1.0.0",
    "homepage_url": "https:\/\/github.com\/JakeSteam\/SelectiveScrubber",
    "icons": {
        "48": "images\/icon_48.png",
        "96": "images\/icon_96.png"
    },
    "permissions": [
        "history",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/clear_history.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_96.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}