IP & Downlink Utility

Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.

Что такое IP & Downlink Utility?

IP & Downlink Utility - это расширение Chrome, разработанное rohanvats, и его основная функция - "Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения IP & Downlink Utility

Скачайте файлы расширений IP & Downlink Utility в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        You can now track:
- your IP address (static to VPN usage in this build)
- check your downlink speed
- check the round trip time or RTT

An ideal use case would be that if more than one device connects to the same access point (or WiFi) as yours, you can see the downlink speed fluctuate from your original baseband speed.                    

Основная информация о расширении

Название IP & Downlink Utility IP & Downlink Utility
ID pfeodmbhcibdodceigbdnjigcbendgdh
Официальный URL https://chromewebstore.google.com/detail/ip-downlink-utility/pfeodmbhcibdodceigbdnjigcbendgdh
Описание Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.
Размер файла 245 KB
Количество установок 512
Текущая Версия 1.0
Последнее Обновление 2020-04-18
Дата публикации 2020-04-17
Разработчик rohanvats
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "rohanvats",
    "browser_action": {
        "default_icon": {
            "128": "img\/icon128.png"
        },
        "default_popup": "src\/popup\/popup.html",
        "default_title": "IP & Downlink Utility"
    },
    "description": "Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "IP & Downlink Utility",
    "offline_enabled": true,
    "permissions": [],
    "version": "1.0"
}