Proxy Auto Fill
This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Cos'è Proxy Auto Fill?
Proxy Auto Fill è un'estensione di Chrome sviluppata da Fernando Fontes, e la sua funzione principale è "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Proxy Auto Fill
Scarica i file di estensione Proxy Auto Fill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | kcfcmecfidkfjncphpbakdlpmjmkphhi | 
| URL Ufficiale | https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi | 
| Descrizione | This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder. | 
| Dimensione del File | 31.18 KB | 
| Conteggio Installazioni | 27 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2020-10-12 | 
| Data di Pubblicazione | 2020-10-04 | 
| Sviluppatore | Fernando Fontes | 
| [email protected] | |
| Tipo di Pagamento | free | 
| URL della Pagina della Politica sulla Privacy | https://fjuliofontes.github.io/Proxy-Auto-Fill | 
| Lingue Supportate | 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",
        "  |  |