Privoxy Button

Adds an easily-accessible button to your toolbar to enable or disable Privoxy

O que é Privoxy Button?

Privoxy Button é uma extensão do Chrome desenvolvida por vena, e sua principal característica é "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Privoxy Button

Baixe arquivos de extensão Privoxy Button 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

                        Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it.                    

Informações Básicas da Extensão

Nome Privoxy Button Privoxy Button
ID aodbklgppjmcpkijlibjobmffijompbp
URL Oficial https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp
Descrição Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Tamanho do Arquivo 87.32 KB
Contagem de Instalações 261
Versão Atual 1.0
Última Atualização 2014-05-15
Data de Publicação 2014-05-14
Classificação 4.38/5 Total de 8 Avaliações
Desenvolvedor vena
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Privoxy Button",
    "short_name": "Privoxy Button",
    "description": "Adds an easily-accessible button to your toolbar to enable or disable Privoxy",
    "version": "1.0",
    "icons": {
        "16": "icons\/16\/privoxy-enabled.png",
        "48": "icons\/48\/privoxy-enabled.png",
        "128": "icons\/128\/privoxy-enabled.png"
    },
    "browser_action": {
        "default_icon": "icons\/48\/privoxy-disabled.png",
        "default_title": "Enable Privoxy"
    },
    "background": {
        "scripts": [
            "global.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/config.privoxy.org\/",
        "alarms"
    ]
}