Privoxy Button

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

Qu'est-ce que Privoxy Button ?

Privoxy Button est une extension Chrome développée par vena, et sa fonction principale est "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Privoxy Button

Téléchargez les fichiers d'extension Privoxy Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Privoxy Button Privoxy Button
ID aodbklgppjmcpkijlibjobmffijompbp
URL Officiel https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp
Description Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Taille du Fichier 87.32 KB
Nombre d'Installations 261
Version Actuelle 1.0
Dernière Mise à Jour 2014-05-15
Date de Publication 2014-05-14
Évaluation 4.38/5 Total 8 Évaluations
Développeur vena
Type de Paiement free
Langues Prises en Charge 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"
    ]
}