3G Proxy

3G Proxy Chrome extension

What is 3G Proxy?

3G Proxy is a Chrome extension developed by 3G Proxy Developer, and its main feature is "3G Proxy Chrome extension".

Extension Screenshots

screenshot

Download 3G Proxy Extension CRX File

Download 3G Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 3G Proxy 3G Proxy
ID jjddenjbmhcoagghnnpaelmpjelccpnp
Official URL https://chromewebstore.google.com/detail/3g-proxy/jjddenjbmhcoagghnnpaelmpjelccpnp
Description 3G Proxy Chrome extension
File Size 4.58 MB
Installation Count 356
Current Version 1.9.1
Last Updated 2021-07-07
Publish Date 2021-07-06
Rating 5.00/5 Total 1 Ratings
Developer 3G Proxy Developer
Email [email protected]
Payment Type free
Supported Languages 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'"
}