Proxy Auto Fill

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

Vad är Proxy Auto Fill?

Proxy Auto Fill är en Chrome-tillägg utvecklad av Fernando Fontes, och dess huvudfunktion är "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".

Tilläggsskärmbilder

screenshot

Ladda ner Proxy Auto Fill-förlängningens CRX-fil

Ladda ner Proxy Auto Fill-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

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

Grundläggande Information om Tillägg

Namn Proxy Auto Fill Proxy Auto Fill
ID kcfcmecfidkfjncphpbakdlpmjmkphhi
Officiell webbadress https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi
Beskrivning This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Filstorlek 31.18 KB
Antal Installationer 27
Aktuell Version 1.1
Senast Uppdaterad 2020-10-12
Publiceringsdatum 2020-10-04
Utvecklare Fernando Fontes
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://fjuliofontes.github.io/Proxy-Auto-Fill
Stödda Språk 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"
    ]
}