teleport-proxy

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

什么是teleport-proxy?

teleport-proxy是由https://teleport-it.com开发的Chrome扩展程序,该扩展的主要功能是“Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.”。

扩展截图

screenshot
screenshot

下载teleport-proxy扩展crx文件

下载teleport-proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
官方URL https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
简介 Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
文件大小 276 KB
安装次数 498
当前版本 1.1.2
更新时间 2022-08-05
上架时间 2013-04-09
评分 3.75/5 共4次评分
开发者 https://teleport-it.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://teleport-it.com
隐私政策页面URL http://www.mailasail.com/Main/Privacy-Policy
支持的语言 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"
    ]
}