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 هو إضافة Chrome تم تطويرها بواسطة SIMtest Development، والميزة الرئيسية لها هي "SIMTEST.it Mobile proxy enables you to browse 3G and 4G mobile networks in more than 70 countries worldwide.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SIMTEST.IT Mobile proxy

قم بتنزيل ملفات الامتداد SIMTEST.IT Mobile proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}