teleport-proxy

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

Cos'è teleport-proxy?

teleport-proxy è un'estensione di Chrome sviluppata da https://teleport-it.com, e la sua funzione principale è "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione teleport-proxy

Scarica i file di estensione teleport-proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
URL Ufficiale https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
Descrizione Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
Dimensione del File 276 KB
Conteggio Installazioni 498
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-08-05
Data di Pubblicazione 2013-04-09
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore https://teleport-it.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://teleport-it.com
URL della Pagina della Politica sulla Privacy http://www.mailasail.com/Main/Privacy-Policy
Lingue Supportate 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"
    ]
}