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
电子邮箱 [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
    }
}