Proxy Auto Fill
This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Hvad er Proxy Auto Fill?
Proxy Auto Fill er en Chrome-udvidelse udviklet af Fernando Fontes, og dens hovedfunktion er "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".
Udvidelsesskærmbilleder
Download Proxy Auto Fill-udvidelses-CRX-fil
Download Proxy Auto Fill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.
Grundlæggende oplysninger om udvidelsen
Navn | Proxy Auto Fill |
ID | kcfcmecfidkfjncphpbakdlpmjmkphhi |
Officiel URL | https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi |
Beskrivelse | This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder. |
Filstørrelse | 31.18 KB |
Antal Installationer | 27 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-10-12 |
Udgivelsesdato | 2020-10-04 |
Udvikler | Fernando Fontes |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://fjuliofontes.github.io/Proxy-Auto-Fill |
Understøttede Sprog | 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", " |