intoProxy

intoProxy Chrome Extension

intoProxy란 무엇입니까?

intoProxy은(는) http://www.intoproxy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "intoProxy Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

intoProxy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}