cool-proxy.net proxy switcher
Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click.
cool-proxy.net proxy switcher là gì?
cool-proxy.net proxy switcher là một tiện ích mở rộng Chrome được phát triển bởi https://www.cool-proxy.net, và tính năng chính của nó là "Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click.".
Ả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 cool-proxy.net proxy switcher
Tải xuống các tệp mở rộng cool-proxy.net 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
The simplest way to switch between proxies and enjoy surfing internet anonymously or un-anonymously. 1. Install this Chrome Extension 2. Go to Cool-proxy.net 3. Click on the "C" icon at the right side of each proxy to set your browser with this proxy. 4. Enjoy surfing internet through proxy server!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | cool-proxy.net proxy switcher |
ID | ookgombpjlijckkdacfhglkcgglmcajb |
URL Chính Thức | https://chromewebstore.google.com/detail/cool-proxynet-proxy-switc/ookgombpjlijckkdacfhglkcgglmcajb |
Mô tả | Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click. |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 629 |
Phiên Bản Hiện Tại | 0.0.12 |
Cập Nhật Lần Cuối | 2014-08-24 |
Ngày Phát Hành | 2014-08-24 |
Đánh Giá | 3.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://www.cool-proxy.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.12", "manifest_version": 2, "description": "Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click.", "icons": { "16": "images\/cool-proxy-icon-16.png", "48": "images\/cool-proxy-icon-48.png", "128": "images\/cool-proxy-icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/cool-proxy-icon-19.png", "38": "images\/cool-proxy-icon-38.png" }, "default_title": "cool-proxy.net proxy switcher", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*.cool-proxy.net\/proxies\/http_proxy_list\/*", "https:\/\/*.cool-proxy.net\/proxies\/http_proxy_list\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "proxy" ], "web_accessible_resources": [ "images\/cool-proxy-icon-128.png" ] } |