intoProxy

intoProxy Chrome Extension

什么是intoProxy?

intoProxy是由http://www.intoproxy.com开发的Chrome扩展程序,该扩展的主要功能是“intoProxy Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 intoProxy intoProxy
ID jnoehmhmdffejnkhccdagnppbbcclhne
官方URL 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
}