3G Proxy

3G Proxy Chrome extension

3G Proxy là gì?

3G Proxy là một tiện ích mở rộng Chrome được phát triển bởi 3G Proxy Developer, và tính năng chính của nó là "3G Proxy Chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 3G Proxy

Tải xuống các tệp mở rộng 3G Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 3G Proxy 3G Proxy
ID jjddenjbmhcoagghnnpaelmpjelccpnp
URL Chính Thức https://chromewebstore.google.com/detail/3g-proxy/jjddenjbmhcoagghnnpaelmpjelccpnp
Mô tả 3G Proxy Chrome extension
Kích Thước Tệp 4.58 MB
Số Lần Cài Đặt 356
Phiên Bản Hiện Tại 1.9.1
Cập Nhật Lần Cuối 2021-07-07
Ngày Phát Hành 2021-07-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 3G Proxy Developer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}