3G Proxy

3G Proxy Chrome extension

3G Proxyとは何ですか?

3G Proxyは3G Proxy Developerによって開発されたChromeの拡張機能で、その主な機能は「3G Proxy Chrome extension」です。

拡張機能のスクリーンショット

screenshot

3G Proxy拡張機能のCRXファイルをダウンロード

3G Proxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}