teleport-proxy

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

teleport-proxyคืออะไร?

teleport-proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teleport-it.com และคุณลักษณะหลักของมันคือ "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย teleport-proxy

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}