Proxy Auto Fill
This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Proxy Auto Fillคืออะไร?
Proxy Auto Fill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fernando Fontes และคุณลักษณะหลักของมันคือ "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proxy Auto Fill
ดาวน์โหลดไฟล์ส่วนขยาย Proxy Auto Fill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Proxy Auto Fill |
ID | kcfcmecfidkfjncphpbakdlpmjmkphhi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi |
คำอธิบาย | This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder. |
ขนาดไฟล์ | 31.18 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-10-12 |
วันที่เผยแพร่ | 2020-10-04 |
ผู้พัฒนา | Fernando Fontes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://fjuliofontes.github.io/Proxy-Auto-Fill |
ภาษาที่รองรับ | 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", " |