teleport-proxy

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

Vad är teleport-proxy?

teleport-proxy är en Chrome-tillägg utvecklad av https://teleport-it.com, och dess huvudfunktion är "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner teleport-proxy-förlängningens CRX-fil

Ladda ner teleport-proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
Officiell webbadress https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
Beskrivning Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
Filstorlek 276 KB
Antal Installationer 498
Aktuell Version 1.1.2
Senast Uppdaterad 2022-08-05
Publiceringsdatum 2013-04-09
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare https://teleport-it.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://teleport-it.com
URL till Sekretesspolicy Sidan http://www.mailasail.com/Main/Privacy-Policy
Stödda Språk 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"
    ]
}