Privoxy Button

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

Что такое Privoxy Button?

Privoxy Button - это расширение Chrome, разработанное vena, и его основная функция - "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Privoxy Button

Скачайте файлы расширений Privoxy Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Privoxy Button Privoxy Button
ID aodbklgppjmcpkijlibjobmffijompbp
Официальный URL https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp
Описание Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Размер файла 87.32 KB
Количество установок 261
Текущая Версия 1.0
Последнее Обновление 2014-05-15
Дата публикации 2014-05-14
Рейтинг 4.38/5 Всего 8 оценок
Разработчик vena
Тип оплаты free
Поддерживаемые языки 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"
    ]
}