teleport-proxy

Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.

ما هو teleport-proxy؟

teleport-proxy هو إضافة Chrome تم تطويرها بواسطة https://teleport-it.com، والميزة الرئيسية لها هي "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة teleport-proxy

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

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

                        This extension offers a preconfigured extension for use with the teleport-proxy service from http://teleport-it.com

Note this is a paid for proxy service. Users will need to setup an account and subscription before downloading this extension.                    

معلومات أساسية عن التمديد

الاسم teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
عنوان URL الرسمي https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
الوصف Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
حجم الملف 276 KB
عدد التثبيتات 498
النسخة الحالية 1.1.2
آخر تحديث 2022-08-05
تاريخ النشر 2013-04-09
تقييم 3.75/5 مجموع تقييمات 4
المطور https://teleport-it.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://teleport-it.com
عنوان صفحة سياسة الخصوصية http://www.mailasail.com/Main/Privacy-Policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "teleport-proxy",
    "description": "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.",
    "version": "1.1.2",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "image\/icon_mono_off.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "icons": {
        "24": "image\/icon_mono_on.png",
        "128": "image\/icon_128.png"
    },
    "permissions": [
        "",
        "proxy"
    ]
}