Privoxy Button
Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Apa itu Privoxy Button?
Privoxy Button adalah ekstensi Chrome yang dikembangkan oleh vena, dan fitur utamanya adalah "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Privoxy Button
Unduh file ekstensi Privoxy Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it.
Informasi Dasar Ekstensi
Nama | Privoxy Button |
ID | aodbklgppjmcpkijlibjobmffijompbp |
URL Resmi | https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp |
Deskripsi | Adds an easily-accessible button to your toolbar to enable or disable Privoxy |
Ukuran File | 87.32 KB |
Jumlah Instalasi | 261 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-05-15 |
Tanggal Publikasi | 2014-05-14 |
Penilaian | 4.38/5 Total 8 Penilaian |
Pengembang | vena |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |