teleport-proxy

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

What is teleport-proxy?

teleport-proxy is a Chrome extension developed by https://teleport-it.com, and its main feature is "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.".

Extension Screenshots

screenshot
screenshot

Download teleport-proxy Extension CRX File

Download teleport-proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
Official URL https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
Description Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
File Size 276 KB
Installation Count 498
Current Version 1.1.2
Last Updated 2022-08-05
Publish Date 2013-04-09
Rating 3.75/5 Total 4 Ratings
Developer https://teleport-it.com
Email [email protected]
Payment Type free
Extension Website http://teleport-it.com
Privacy Policy Page URL http://www.mailasail.com/Main/Privacy-Policy
Supported Languages 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"
    ]
}