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"
    ]
}