SIMTEST.IT Mobile proxy

SIMTEST.it Mobile proxy enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.

SIMTEST.IT Mobile proxy là gì?

SIMTEST.IT Mobile proxy là một tiện ích mở rộng Chrome được phát triển bởi SIMtest Development, và tính năng chính của nó là "SIMTEST.it Mobile proxy enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.".

Ả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 SIMTEST.IT Mobile proxy

Tải xuống các tệp mở rộng SIMTEST.IT Mobile 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

                        SIMTEST.it Mobile proxy is one of the features of SIMTEST.it service that enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.                    

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

Tên SIMTEST.IT Mobile proxy SIMTEST.IT Mobile proxy
ID lancopjiikgahbgafkgfhlihmfelmnbp
URL Chính Thức https://chromewebstore.google.com/detail/simtestit-mobile-proxy/lancopjiikgahbgafkgfhlihmfelmnbp
Mô tả SIMTEST.it Mobile proxy enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.
Kích Thước Tệp 3.14 MB
Số Lần Cài Đặt 504
Phiên Bản Hiện Tại 5.1.5
Cập Nhật Lần Cuối 2023-06-07
Ngày Phát Hành 2020-07-01
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SIMtest Development
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://simtest.it
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "SIMTEST.it Mobile proxy enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.",
    "manifest_version": 2,
    "name": "SIMTEST.IT Mobile proxy",
    "author": "Web team",
    "version": "5.1.5",
    "homepage_url": "https:\/\/simtest.it",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "activeTab",
        "storage",
        "notifications",
        "unlimitedStorage",
        ""
    ],
    "browser_action": {
        "chrome_style": true,
        "default_title": "SIMTEST.IT Mobile proxy",
        "default_popup": "ui\/popup\/index.html",
        "default_icon": {
            "48": "icons\/icon-inactive.png"
        }
    },
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/utility.js",
            "lib\/core-polyfill.js",
            "lib\/api-manager.js",
            "ui\/js\/jquery.min.js",
            "scripts\/proxy\/chrome-proxy.js",
            "scripts\/background\/proxy-handler.js"
        ]
    },
    "options_ui": {
        "page": "ui\/settings.html",
        "open_in_tab": true,
        "browser_style": false,
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content\/content-script.js"
            ]
        }
    ],
    "minimum_chrome_version": "58"
}