teleport-proxy

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

Co to jest teleport-proxy?

teleport-proxy to rozszerzenie Chrome opracowane przez https://teleport-it.com, a jego główną funkcją jest „Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia teleport-proxy

Pobierz pliki rozszerzeń teleport-proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
Oficjalny URL https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
Opis Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
Rozmiar pliku 276 KB
Liczba instalacji 498
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2022-08-05
Data Publikacji 2013-04-09
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper https://teleport-it.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://teleport-it.com
Adres URL Strony Polityki Prywatności http://www.mailasail.com/Main/Privacy-Policy
Obsługiwane Języki 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"
    ]
}