Privoxy Button
Adds an easily-accessible button to your toolbar to enable or disable Privoxy
What is Privoxy Button?
Privoxy Button is a Chrome extension developed by vena, and its main feature is "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".
Extension Screenshots
Download Privoxy Button Extension CRX File
Download Privoxy Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it.
Extension Basic Information
Name | Privoxy Button |
ID | aodbklgppjmcpkijlibjobmffijompbp |
Official URL | https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp |
Description | Adds an easily-accessible button to your toolbar to enable or disable Privoxy |
File Size | 87.32 KB |
Installation Count | 261 |
Current Version | 1.0 |
Last Updated | 2014-05-15 |
Publish Date | 2014-05-14 |
Rating | 4.38/5 Total 8 Ratings |
Developer | vena |
Payment Type | free |
Supported Languages | 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" ] } |