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?

SIMTEST.IT Mobile proxy是由SIMtest Development开发的Chrome扩展程序,该扩展的主要功能是“SIMTEST.it Mobile proxy enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.”。

扩展截图

screenshot

下载SIMTEST.IT Mobile proxy扩展crx文件

下载SIMTEST.IT Mobile proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SIMTEST.IT Mobile proxy SIMTEST.IT Mobile proxy
ID lancopjiikgahbgafkgfhlihmfelmnbp
官方URL https://chromewebstore.google.com/detail/simtestit-mobile-proxy/lancopjiikgahbgafkgfhlihmfelmnbp
简介 SIMTEST.it Mobile proxy enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.
文件大小 3.14 MB
安装次数 504
当前版本 5.1.5
更新时间 2023-06-07
上架时间 2020-07-01
评分 1.00/5 共1次评分
开发者 SIMtest Development
电子邮箱 [email protected]
付费类型 free
扩展官网 https://simtest.it
支持的语言 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"
}