teleport-proxy

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

Qu'est-ce que teleport-proxy ?

teleport-proxy est une extension Chrome développée par https://teleport-it.com, et sa fonction principale est "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension teleport-proxy

Téléchargez les fichiers d'extension teleport-proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
URL Officiel https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
Description Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
Taille du Fichier 276 KB
Nombre d'Installations 498
Version Actuelle 1.1.2
Dernière Mise à Jour 2022-08-05
Date de Publication 2013-04-09
Évaluation 3.75/5 Total 4 Évaluations
Développeur https://teleport-it.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://teleport-it.com
URL de la Page de Politique de Confidentialité http://www.mailasail.com/Main/Privacy-Policy
Langues Prises en Charge 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"
    ]
}