Random Proxy Switcher
Cycles between proxies randomly every 60 seconds.
Random Proxy Switcher là gì?
Random Proxy Switcher là một tiện ích mở rộng Chrome được phát triển bởi webrobots, và tính năng chính của nó là "Cycles between proxies randomly every 60 seconds.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Random Proxy Switcher
Tải xuống các tệp mở rộng Random Proxy Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Random Proxy Switcher |
ID | kdmdbahkimnclcmnppaagnnnpdjfggbb |
URL Chính Thức | https://chromewebstore.google.com/detail/random-proxy-switcher/kdmdbahkimnclcmnppaagnnnpdjfggbb |
Mô tả | Cycles between proxies randomly every 60 seconds. |
Kích Thước Tệp | 263 KB |
Số Lần Cài Đặt | 1,749 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2014-10-24 |
Ngày Phát Hành | 2014-10-24 |
Đánh Giá | 4.33/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | webrobots |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://werobots.io |
URL Trang Chính Sách Bảo Mật | https://webrobots.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |