Proxyhorse
Proxyhorse plugin which automatically sets up proxy in your browser
Proxyhorseคืออะไร?
Proxyhorse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ProxyHorse และคุณลักษณะหลักของมันคือ "Proxyhorse plugin which automatically sets up proxy in your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proxyhorse
ดาวน์โหลดไฟล์ส่วนขยาย Proxyhorse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get access to more than 10 million residential proxies all over the world. Select a location, press connect button, and you're good to go! You can buy subscription on our site https://proxyhorse.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Proxyhorse |
ID | ocjbpgpemnljahbglalepikiolcidamm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm |
คำอธิบาย | Proxyhorse plugin which automatically sets up proxy in your browser |
ขนาดไฟล์ | 722 KB |
จำนวนการติดตั้ง | 2,802 |
เวอร์ชันปัจจุบัน | 0.2.4 |
อัปเดตครั้งล่าสุด | 2022-08-30 |
วันที่เผยแพร่ | 2020-07-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ProxyHorse |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://proxyhorse.com |
URL หน้านโยบายความเป็นส่วนตัว | https://proxyhorse.com/policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proxyhorse", "version": "0.2.4", "description": "Proxyhorse plugin which automatically sets up proxy in your browser", "manifest_version": 2, "incognito": "spanning", "browser_action": { "default_icon": "favicon_32.png", "default_popup": "index.html" }, "permissions": [ "proxy" ], "icons": { "16": "favicon_16.png", "32": "favicon_32.png", "48": "favicon_48.png", "64": "favicon_64.png", "128": "favicon_128.png" }, "background": { "scripts": [ ".\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_specific_settings": { "gecko": { "strict_min_version": "91.1.0" } } } |