Privoxy Button

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

Was ist Privoxy Button?

Privoxy Button ist eine Chrome-Erweiterung, die von vena entwickelt wurde, und ihr Hauptmerkmal ist "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".

Erweiterungsscreenshots

screenshot

Privoxy Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Privoxy Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Privoxy Button Privoxy Button
ID aodbklgppjmcpkijlibjobmffijompbp
Offizielle URL https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp
Beschreibung Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Dateigröße 87.32 KB
Installationsanzahl 261
Aktuelle Version 1.0
Letztes Update 2014-05-15
Veröffentlichungsdatum 2014-05-14
Bewertung 4.38/5 Insgesamt 8 Bewertungen
Entwickler vena
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}