IP & Downlink Utility

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

¿Qué es IP & Downlink Utility?

IP & Downlink Utility es una extensión de Chrome desarrollada por rohanvats, y su función principal es "Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión IP & Downlink Utility

Descarga archivos de extensión IP & Downlink Utility en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre IP & Downlink Utility IP & Downlink Utility
ID pfeodmbhcibdodceigbdnjigcbendgdh
URL Oficial https://chromewebstore.google.com/detail/ip-downlink-utility/pfeodmbhcibdodceigbdnjigcbendgdh
Descripción Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.
Tamaño del Archivo 245 KB
Cantidad de Instalaciones 512
Versión Actual 1.0
Última Actualización 2020-04-18
Fecha de Publicación 2020-04-17
Desarrollador rohanvats
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}