Proxy Docile

Configure and enable a proxy for the University of Padova

Что такое Proxy Docile?

Proxy Docile - это расширение Chrome, разработанное Gianluca Drago, и его основная функция - "Configure and enable a proxy for the University of Padova".

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

screenshot
screenshot

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

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

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

                        Proxy Docile is a browser extension to automatically configure the proxy settings for the University of Padova, making this process the easiest it can be.

With a single click in the icon displayed in the browser navigation bar, you can enable and disable the proxy without any trouble. Furthermore, the proxy is automatically disabled at the end of the session.

Unlike what happens with other configuration methods, Proxy Docile doesn't touch your operating system settings, as it acts only at the browser level.

Proxy Docile is available also for Mozilla Firefox.                    

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

Название Proxy Docile Proxy Docile
ID jaaackgcbbghbogihiaakoeljhpaimao
Официальный URL https://chromewebstore.google.com/detail/proxy-docile/jaaackgcbbghbogihiaakoeljhpaimao
Описание Configure and enable a proxy for the University of Padova
Размер файла 26.14 KB
Количество установок 22,995
Текущая Версия 0.5
Последнее Обновление 2022-06-03
Дата публикации 2017-01-09
Рейтинг 4.29/5 Всего 7 оценок
Разработчик Gianluca Drago
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://bibliotecadigitale.cab.unipd.it/strumenti-di-ricerca/proxy/proxy-docile
URL страницы помощи https://bibliotecadigitale.cab.unipd.it/aiuto
Поддерживаемые языки en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "it",
    "version": "0.5",
    "description": "__MSG_appDesc__",
    "permissions": [
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": true,
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    }
}