Scrubber Ducky

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

Wat is Scrubber Ducky?

Scrubber Ducky is een Chrome-extensie ontwikkeld door The Scrubber Duck Corporation, en de belangrijkste functie is "Quickly erase history, caching etc. with the click of a button!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scrubber Ducky

Download Scrubber Ducky-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Scrubber Ducky Scrubber Ducky
ID hfjolakcbflpengdpdjafnnmfopdlelo
Officiële URL https://chromewebstore.google.com/detail/scrubber-ducky/hfjolakcbflpengdpdjafnnmfopdlelo
Beschrijving Quickly erase history, caching etc. with the click of a button!
Bestandsgrootte 90.03 KB
Aantal Installaties 27
Huidige Versie 1.0
Laatst Bijgewerkt 2016-09-16
Publicatiedatum 2016-09-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar The Scrubber Duck Corporation
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.scrubberducky.me
Ondersteunde Talen 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"
    ]
}