Privoxy Button
Adds an easily-accessible button to your toolbar to enable or disable Privoxy
什么是Privoxy Button?
Privoxy Button是由vena开发的Chrome扩展程序,该扩展的主要功能是“Adds an easily-accessible button to your toolbar to enable or disable Privoxy”。
扩展截图
下载Privoxy Button扩展crx文件
下载Privoxy Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it. 扩展基本信息
| 名称 | |
| ID | aodbklgppjmcpkijlibjobmffijompbp |
| 官方URL | https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp |
| 简介 | Adds an easily-accessible button to your toolbar to enable or disable Privoxy |
| 文件大小 | 87.32 KB |
| 安装次数 | 261 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-05-15 |
| 上架时间 | 2014-05-14 |
| 评分 | 4.38/5 共8次评分 |
| 开发者 | vena |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |