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