Privoxy Button

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

Co to jest Privoxy Button?

Privoxy Button to rozszerzenie Chrome opracowane przez vena, a jego główną funkcją jest „Adds an easily-accessible button to your toolbar to enable or disable Privoxy”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Privoxy Button

Pobierz pliki rozszerzeń Privoxy Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Privoxy Button Privoxy Button
ID aodbklgppjmcpkijlibjobmffijompbp
Oficjalny URL https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp
Opis Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Rozmiar pliku 87.32 KB
Liczba instalacji 261
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-05-15
Data Publikacji 2014-05-14
Ocena 4.38/5 Łącznie 8 Oceny
Deweloper vena
Typ Płatności free
Obsługiwane Języki 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"
    ]
}