3G Proxy

3G Proxy Chrome extension

3G Proxy란 무엇입니까?

3G Proxy은(는) 3G Proxy Developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "3G Proxy Chrome extension"입니다.

확장 프로그램 스크린샷

screenshot

3G Proxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool provides you with access to mobile internet (3G/4G) which is offered by mobile carriers worldwide. Our SIM cards are directly hosted in the country where you would like to test your product.                    

확장 프로그램 기본 정보

이름 3G Proxy 3G Proxy
ID jjddenjbmhcoagghnnpaelmpjelccpnp
공식 URL https://chromewebstore.google.com/detail/3g-proxy/jjddenjbmhcoagghnnpaelmpjelccpnp
설명 3G Proxy Chrome extension
파일 크기 4.58 MB
설치 횟수 356
현재 버전 1.9.1
최근 업데이트 2021-07-07
출시 날짜 2021-07-06
평점 5.00/5 총 1 개의 평점
개발자 3G Proxy Developer
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "version": "1.9.1",
    "manifest_version": 2,
    "description": "3G Proxy Chrome extension",
    "name": "3G Proxy",
    "short_name": "3G Proxy",
    "icons": {
        "128": ".\/resources\/images\/logo.png",
        "48": ".\/resources\/images\/logo.png",
        "16": ".\/resources\/images\/logo.png"
    },
    "permissions": [
        "gcm",
        "notifications",
        "http:\/\/*\/*",
        "proxy",
        "unlimitedStorage",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            ".\/code\/libs\/jquery-3.3.1.min.js",
            ".\/code\/base.background.js",
            ".\/chrome.background.js",
            ".\/background.firebase.js"
        ]
    },
    "commands": {
        "open-option": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Open option page"
        }
    },
    "browser_action": {
        "default_icon": ".\/resources\/images\/3g_flags\/1.logo_off.png",
        "default_title": "3G Proxy for Chrome",
        "default_popup": ".\/views\/index.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "22.0.0",
    "content_security_policy": "script-src 'self' 'sha256-\/5HK5+bPQ4m9NksCmIkgyV+x6OPgefQGHALgoh0f9X8='; object-src 'self'"
}