Proxy Auto Fill
This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Was ist Proxy Auto Fill?
Proxy Auto Fill ist eine Chrome-Erweiterung, die von Fernando Fontes entwickelt wurde, und ihr Hauptmerkmal ist "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".
Erweiterungsscreenshots
Proxy Auto Fill-Erweiterungs-CRX-Datei herunterladen
Laden Sie Proxy Auto Fill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.
Grundlegende Informationen zur Erweiterung
Name | Proxy Auto Fill |
ID | kcfcmecfidkfjncphpbakdlpmjmkphhi |
Offizielle URL | https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi |
Beschreibung | This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder. |
Dateigröße | 31.18 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-10-12 |
Veröffentlichungsdatum | 2020-10-04 |
Entwickler | Fernando Fontes |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://fjuliofontes.github.io/Proxy-Auto-Fill |
Unterstützte Sprachen | 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", " |