teleport-proxy

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

teleport-proxy là gì?

teleport-proxy là một tiện ích mở rộng Chrome được phát triển bởi https://teleport-it.com, và tính năng chính của nó là "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng teleport-proxy

Tải xuống các tệp mở rộng teleport-proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
URL Chính Thức https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
Mô tả Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
Kích Thước Tệp 276 KB
Số Lần Cài Đặt 498
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-08-05
Ngày Phát Hành 2013-04-09
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://teleport-it.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://teleport-it.com
URL Trang Chính Sách Bảo Mật http://www.mailasail.com/Main/Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}