teleport-proxy

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

teleport-proxy क्या है?

teleport-proxy https://teleport-it.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में teleport-proxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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"
    ]
}