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.
擴展基本資訊
名稱 | Privoxy Button |
ID | aodbklgppjmcpkijlibjobmffijompbp |
官方網址 | 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" ] } |