GoGetProxy.com
Easily surf the Internet with your proxies switching between them in one click.
GoGetProxy.comคืออะไร?
GoGetProxy.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gogetproxy.com และคุณลักษณะหลักของมันคือ "Easily surf the Internet with your proxies switching between them in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoGetProxy.com
ดาวน์โหลดไฟล์ส่วนขยาย GoGetProxy.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily surf the Internet with your proxies switching between them in one click. Proxy servers' features are very extensive: - keep anonymity online - get access to blocked resources - increase download speed Extension works only with proxy servers in your account on GoGetProxy.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fkajooepbhkiodamlelheipaobgimhgn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn |
คำอธิบาย | Easily surf the Internet with your proxies switching between them in one click. |
ขนาดไฟล์ | 70.05 KB |
จำนวนการติดตั้ง | 1,302 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-12-15 |
วันที่เผยแพร่ | 2016-12-15 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://gogetproxy.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://gogetproxy.com/en/tos |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoGetProxy.com", "description": "Easily surf the Internet with your proxies switching between them in one click.", "version": "1.0", "permissions": [ "https:\/\/gogetproxy.com\/*", "tabs", "proxy", "storage", "webRequest", "webRequestBlocking" ], "background": { "page": "background.htm" }, "options_page": "options.htm", "options_ui": { "page": "options.htm", "chrome_style": false }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png" }, "default_title": "GoGetProxy.com", "default_popup": "popup.htm" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |