Proxy Auto Fill

This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.

Что такое Proxy Auto Fill?

Proxy Auto Fill - это расширение Chrome, разработанное Fernando Fontes, и его основная функция - "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".

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

screenshot

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

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

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

                        This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.                    

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

Название Proxy Auto Fill Proxy Auto Fill
ID kcfcmecfidkfjncphpbakdlpmjmkphhi
Официальный URL https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi
Описание This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Размер файла 31.18 KB
Количество установок 27
Текущая Версия 1.1
Последнее Обновление 2020-10-12
Дата публикации 2020-10-04
Разработчик Fernando Fontes
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://fjuliofontes.github.io/Proxy-Auto-Fill
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Proxy Auto Fill"
    },
    "description": "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.",
    "icons": {
        "16": "icon_16.png",
        "24": "icon_24.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Proxy Auto Fill",
    "permissions": [
        "bookmarks",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "credentials\/data.json"
    ]
}