Proxy Auto Fill
This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Qu'est-ce que Proxy Auto Fill ?
Proxy Auto Fill est une extension Chrome développée par Fernando Fontes, et sa fonction principale est "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Proxy Auto Fill
Téléchargez les fichiers d'extension Proxy Auto Fill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.
Informations de Base sur l'Extension
Nom | Proxy Auto Fill |
ID | kcfcmecfidkfjncphpbakdlpmjmkphhi |
URL Officiel | 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. |
Taille du Fichier | 31.18 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-10-12 |
Date de Publication | 2020-10-04 |
Développeur | Fernando Fontes |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://fjuliofontes.github.io/Proxy-Auto-Fill |
Langues Prises en Charge | 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", " |