intoProxy
intoProxy Chrome Extension
什麼是intoProxy?
intoProxy是由http://www.intoproxy.com開發的Chrome擴展程式,該擴展的主要功能是“intoProxy Chrome Extension”。
擴展截圖
下載intoProxy擴展crx文件
下載intoProxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | jnoehmhmdffejnkhccdagnppbbcclhne |
官方網址 | https://chrome.google.com/webstore/detail/intoproxy/jnoehmhmdffejnkhccdagnppbbcclhne |
簡介 | intoProxy Chrome Extension |
檔案大小 | 44.4 KB |
安裝次數 | 339 |
目前版本 | 2.0 |
更新時間 | 2016-03-18 |
上架時間 | 2016-03-18 |
評分 | 3.33/5 共 6 次評分 |
開發者 | http://www.intoproxy.com |
付費類型 | free |
擴展官網 | http://www.intoproxy.com/ |
說明頁面URL | http://intoproxy.com/faq.html |
支援的語言 | 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 } |