teleport-proxy

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

Was ist teleport-proxy?

teleport-proxy ist eine Chrome-Erweiterung, die von https://teleport-it.com entwickelt wurde, und ihr Hauptmerkmal ist "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.".

Erweiterungsscreenshots

screenshot
screenshot

teleport-proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie teleport-proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
Offizielle URL https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
Beschreibung Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
Dateigröße 276 KB
Installationsanzahl 498
Aktuelle Version 1.1.2
Letztes Update 2022-08-05
Veröffentlichungsdatum 2013-04-09
Bewertung 3.75/5 Insgesamt 4 Bewertungen
Entwickler https://teleport-it.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://teleport-it.com
URL der Datenschutzrichtlinien-Seite http://www.mailasail.com/Main/Privacy-Policy
Unterstützte Sprachen 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"
    ]
}