Proxy Auto Auth
This extension enable you to automatically authenticate to your proxy once you set up your credentials.
Apa itu Proxy Auto Auth?
Proxy Auto Auth adalah ekstensi Chrome yang dikembangkan oleh kalvn, dan fitur utamanya adalah "This extension enable you to automatically authenticate to your proxy once you set up your credentials.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Proxy Auto Auth
Unduh file ekstensi Proxy Auto Auth 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
To enable the extension, enter your proxy login and password in the form. Once it's done, you should never see any proxy login popup again. As you probably saw, Proxy Auto Auth requires the permission to "view your data" on every sites. This permission is just necessary to achieve what this extension does. But be sure that none of your data is stored or used in any way.
Informasi Dasar Ekstensi
Nama | Proxy Auto Auth |
ID | ggmdpepbjljkkkdaklfihhngmmgmpggp |
URL Resmi | https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp |
Deskripsi | This extension enable you to automatically authenticate to your proxy once you set up your credentials. |
Ukuran File | 18.52 KB |
Jumlah Instalasi | 33,758 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2016-03-22 |
Tanggal Publikasi | 2016-03-22 |
Penilaian | 4.27/5 Total 95 Penilaian |
Pengembang | kalvn |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proxy Auto Auth", "description": "This extension enable you to automatically authenticate to your proxy once you set up your credentials.", "version": "2.0", "icons": { "128": "icon_128.png", "64": "icon_64.png", "32": "icon_32.png", "16": "icon_16.png" }, "background": { "scripts": [ "lib.js", "bg.js" ] }, "permissions": [ "notifications", "webRequest", "webRequestBlocking", " |