intoProxy
intoProxy Chrome Extension
intoProxy là gì?
intoProxy là một tiện ích mở rộng Chrome được phát triển bởi http://www.intoproxy.com, và tính năng chính của nó là "intoProxy Chrome Extension".
Ả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 intoProxy
Tải xuống các tệp mở rộng intoProxy 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
intoProxy – Top Rated Proxy Service Allows you to change your IP address and your location. The proxy servers can be used from all your computers and gadgets. We offer shared proxy and private proxy accounts. You need to create a proxy account on our website. This extension will help you access all intoProxy servers available for your account. Just pick a location and a server from the drop-down list and you are good to go. Currently we offer proxy servers located in: - United States - United Kingdom - Netherlands - Canada - Germany - Australia Check www.intoproxy.com/locations.html
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jnoehmhmdffejnkhccdagnppbbcclhne |
URL Chính Thức | https://chrome.google.com/webstore/detail/intoproxy/jnoehmhmdffejnkhccdagnppbbcclhne |
Mô tả | intoProxy Chrome Extension |
Kích Thước Tệp | 44.4 KB |
Số Lần Cài Đặt | 339 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-03-18 |
Ngày Phát Hành | 2016-03-18 |
Đánh Giá | 3.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://www.intoproxy.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.intoproxy.com/ |
URL Trang Trợ Giúp | http://intoproxy.com/faq.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "intoProxy", "version": "2.0", "description": "intoProxy Chrome Extension", "default_locale": "en", "browser_action": { "default_icon": "ip16.png", "default_popup": "popup.html" }, "icons": { "16": "ip16.png", "32": "ip32.png", "48": "ip48.png", "128": "ip128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "proxy", "storage" ], "manifest_version": 2 } |