teleport-proxy

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

Apa itu teleport-proxy?

teleport-proxy adalah ekstensi Chrome yang dikembangkan oleh https://teleport-it.com, dan fitur utamanya adalah "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi teleport-proxy

Unduh file ekstensi teleport-proxy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
URL Resmi https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
Deskripsi Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
Ukuran File 276 KB
Jumlah Instalasi 498
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2022-08-05
Tanggal Publikasi 2013-04-09
Penilaian 3.75/5 Total 4 Penilaian
Pengembang https://teleport-it.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://teleport-it.com
URL Halaman Kebijakan Privasi http://www.mailasail.com/Main/Privacy-Policy
Bahasa yang Didukung 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"
    ]
}