Scrubber Ducky

Quickly erase history, caching etc. with the click of a button!

什么是Scrubber Ducky?

Scrubber Ducky是由The Scrubber Duck Corporation开发的Chrome扩展程序,该扩展的主要功能是“Quickly erase history, caching etc. with the click of a button!”。

扩展截图

screenshot

下载Scrubber Ducky扩展crx文件

下载Scrubber Ducky扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a very simple extension to clear your history and all that other unwanted browsing data.

Simply press the scrubber ducky and he'll clean your web browser for you!                    

扩展基本信息

名称 Scrubber Ducky Scrubber Ducky
ID hfjolakcbflpengdpdjafnnmfopdlelo
官方URL https://chromewebstore.google.com/detail/scrubber-ducky/hfjolakcbflpengdpdjafnnmfopdlelo
简介 Quickly erase history, caching etc. with the click of a button!
文件大小 90.03 KB
安装次数 27
当前版本 1.0
更新时间 2016-09-16
上架时间 2016-09-16
评分 5.00/5 共1次评分
开发者 The Scrubber Duck Corporation
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.scrubberducky.me
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrubber Ducky",
    "short_name": "scrubbrducky",
    "description": "Quickly erase history, caching etc. with the click of a button!",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "scrubberducky.html"
    },
    "permissions": [
        "browsingData"
    ]
}