Random Proxy Switcher
Cycles between proxies randomly every 60 seconds.
Random Proxy Switcherคืออะไร?
Random Proxy Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webrobots และคุณลักษณะหลักของมันคือ "Cycles between proxies randomly every 60 seconds."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Proxy Switcher
ดาวน์โหลดไฟล์ส่วนขยาย Random Proxy Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows user to enter up to 4 proxy servers and randomly hop through them every 60s while extension is open. This extension has a really simple interface for no-frills configuration.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Random Proxy Switcher |
ID | kdmdbahkimnclcmnppaagnnnpdjfggbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/random-proxy-switcher/kdmdbahkimnclcmnppaagnnnpdjfggbb |
คำอธิบาย | Cycles between proxies randomly every 60 seconds. |
ขนาดไฟล์ | 263 KB |
จำนวนการติดตั้ง | 1,749 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2014-10-24 |
วันที่เผยแพร่ | 2014-10-24 |
คะแนน | 4.33/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | webrobots |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://werobots.io |
URL หน้านโยบายความเป็นส่วนตัว | https://webrobots.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Proxy Switcher", "description": "Cycles between proxies randomly every 60 seconds.", "version": "0.0.2", "browser_action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "proxy" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'" } |