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
官方網址 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'"
}