Proxy Pac Switcher
This extensions simplifies the process of setting up a proxy.
Proxy Pac Switcherคืออะไร?
Proxy Pac Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sura.kh และคุณลักษณะหลักของมันคือ "This extensions simplifies the process of setting up a proxy."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proxy Pac Switcher
ดาวน์โหลดไฟล์ส่วนขยาย Proxy Pac Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Proxy Pac Switcher |
ID | dcokccgklilfbehagkdnmlpcdonfopeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh |
คำอธิบาย | This extensions simplifies the process of setting up a proxy. |
ขนาดไฟล์ | 3.68 MB |
จำนวนการติดตั้ง | 399 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2023-10-16 |
วันที่เผยแพร่ | 2020-12-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | sura.kh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sura0111/proxyPac |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.2.0.0", "version_name": "0.2.0", "default_locale": "en", "permissions": [ "storage", "proxy" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "public\/icons\/white16.png", "32": "public\/icons\/white32.png", "128": "public\/icons\/white128.png" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_appName__", "default_icon": { "16": "public\/icons\/white16.png", "32": "public\/icons\/white32.png", "128": "public\/icons\/white128.png" } }, "background": { "service_worker": "service-worker-loader.js", "type": "module" } } |