Scrubber Ducky

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

O que é Scrubber Ducky?

Scrubber Ducky é uma extensão do Chrome desenvolvida por The Scrubber Duck Corporation, e sua principal característica é "Quickly erase history, caching etc. with the click of a button!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scrubber Ducky

Baixe arquivos de extensão Scrubber Ducky no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Scrubber Ducky Scrubber Ducky
ID hfjolakcbflpengdpdjafnnmfopdlelo
URL Oficial https://chromewebstore.google.com/detail/scrubber-ducky/hfjolakcbflpengdpdjafnnmfopdlelo
Descrição Quickly erase history, caching etc. with the click of a button!
Tamanho do Arquivo 90.03 KB
Contagem de Instalações 27
Versão Atual 1.0
Última Atualização 2016-09-16
Data de Publicação 2016-09-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor The Scrubber Duck Corporation
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.scrubberducky.me
Idiomas Suportados 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"
    ]
}