Privoxy Button
Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Wat is Privoxy Button?
Privoxy Button is een Chrome-extensie ontwikkeld door vena, en de belangrijkste functie is "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".
Extensie Screenshots
Download het CRX-bestand van de extensie Privoxy Button
Download Privoxy Button-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
Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it.
Basisinformatie over de Extensie
Naam | Privoxy Button |
ID | aodbklgppjmcpkijlibjobmffijompbp |
Officiële URL | https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp |
Beschrijving | Adds an easily-accessible button to your toolbar to enable or disable Privoxy |
Bestandsgrootte | 87.32 KB |
Aantal Installaties | 261 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-05-15 |
Publicatiedatum | 2014-05-14 |
Beoordeling | 4.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | vena |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |