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
官方網址 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"
    ]
}