Proxy Auto Fill
This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Wat is Proxy Auto Fill?
Proxy Auto Fill is een Chrome-extensie ontwikkeld door Fernando Fontes, en de belangrijkste functie is "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".
Extensie Screenshots
Download het CRX-bestand van de extensie Proxy Auto Fill
Download Proxy Auto Fill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.
Basisinformatie over de Extensie
Naam | Proxy Auto Fill |
ID | kcfcmecfidkfjncphpbakdlpmjmkphhi |
Officiële URL | https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi |
Beschrijving | This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder. |
Bestandsgrootte | 31.18 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-10-12 |
Publicatiedatum | 2020-10-04 |
Ontwikkelaar | Fernando Fontes |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://fjuliofontes.github.io/Proxy-Auto-Fill |
Ondersteunde Talen | 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", " |