Privoxy Button
Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Hvad er Privoxy Button?
Privoxy Button er en Chrome-udvidelse udviklet af vena, og dens hovedfunktion er "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".
Udvidelsesskærmbilleder
Download Privoxy Button-udvidelses-CRX-fil
Download Privoxy Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aodbklgppjmcpkijlibjobmffijompbp |
| Officiel URL | https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp |
| Beskrivelse | Adds an easily-accessible button to your toolbar to enable or disable Privoxy |
| Filstørrelse | 87.32 KB |
| Antal Installationer | 261 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2014-05-15 |
| Udgivelsesdato | 2014-05-14 |
| Bedømmelse | 4.38/5 Samlet 8 Bedømmelser |
| Udvikler | vena |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |