Proxy Auto Fill
This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
What is Proxy Auto Fill?
Proxy Auto Fill is a Chrome extension developed by Fernando Fontes, and its main feature is "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".
Extension Screenshots
Download Proxy Auto Fill Extension CRX File
Download Proxy Auto Fill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.
Extension Basic Information
Name | Proxy Auto Fill |
ID | kcfcmecfidkfjncphpbakdlpmjmkphhi |
Official URL | https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi |
Description | This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder. |
File Size | 31.18 KB |
Installation Count | 27 |
Current Version | 1.1 |
Last Updated | 2020-10-12 |
Publish Date | 2020-10-04 |
Developer | Fernando Fontes |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://fjuliofontes.github.io/Proxy-Auto-Fill |
Supported Languages | 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", " |