Privoxy Button

Adds an easily-accessible button to your toolbar to enable or disable Privoxy

Vad är Privoxy Button?

Privoxy Button är en Chrome-tillägg utvecklad av vena, och dess huvudfunktion är "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".

Tilläggsskärmbilder

screenshot

Ladda ner Privoxy Button-förlängningens CRX-fil

Ladda ner Privoxy Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it.                    

Grundläggande Information om Tillägg

Namn Privoxy Button Privoxy Button
ID aodbklgppjmcpkijlibjobmffijompbp
Officiell webbadress https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp
Beskrivning Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Filstorlek 87.32 KB
Antal Installationer 261
Aktuell Version 1.0
Senast Uppdaterad 2014-05-15
Publiceringsdatum 2014-05-14
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare vena
Betalningssätt free
Stödda Språk 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"
    ]
}