Proxy Auto Fill
This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Apa itu Proxy Auto Fill?
Proxy Auto Fill adalah ekstensi Chrome yang dikembangkan oleh Fernando Fontes, dan fitur utamanya adalah "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Proxy Auto Fill
Unduh file ekstensi Proxy Auto Fill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.
Informasi Dasar Ekstensi
Nama | Proxy Auto Fill |
ID | kcfcmecfidkfjncphpbakdlpmjmkphhi |
URL Resmi | https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi |
Deskripsi | This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder. |
Ukuran File | 31.18 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-10-12 |
Tanggal Publikasi | 2020-10-04 |
Pengembang | Fernando Fontes |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://fjuliofontes.github.io/Proxy-Auto-Fill |
Bahasa yang Didukung | 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", " |