SIMTEST.IT Mobile proxy

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

Qu'est-ce que SIMTEST.IT Mobile proxy ?

SIMTEST.IT Mobile proxy est une extension Chrome développée par SIMtest Development, et sa fonction principale est "SIMTEST.it Mobile proxy enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SIMTEST.IT Mobile proxy

Téléchargez les fichiers d'extension SIMTEST.IT Mobile proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SIMTEST.IT Mobile proxy SIMTEST.IT Mobile proxy
ID lancopjiikgahbgafkgfhlihmfelmnbp
URL Officiel https://chromewebstore.google.com/detail/simtestit-mobile-proxy/lancopjiikgahbgafkgfhlihmfelmnbp
Description SIMTEST.it Mobile proxy enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.
Taille du Fichier 3.14 MB
Nombre d'Installations 504
Version Actuelle 5.1.5
Dernière Mise à Jour 2023-06-07
Date de Publication 2020-07-01
Évaluation 1.00/5 Total 1 Évaluations
Développeur SIMtest Development
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://simtest.it
Langues Prises en Charge 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"
}