Privoxy Button
Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Privoxy Button là gì?
Privoxy Button là một tiện ích mở rộng Chrome được phát triển bởi vena, và tính năng chính của nó là "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Privoxy Button
Tải xuống các tệp mở rộng Privoxy Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Privoxy Button |
ID | aodbklgppjmcpkijlibjobmffijompbp |
URL Chính Thức | https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp |
Mô tả | Adds an easily-accessible button to your toolbar to enable or disable Privoxy |
Kích Thước Tệp | 87.32 KB |
Số Lần Cài Đặt | 261 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-05-15 |
Ngày Phát Hành | 2014-05-14 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | vena |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |