IP & Downlink Utility

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

Cos'è IP & Downlink Utility?

IP & Downlink Utility è un'estensione di Chrome sviluppata da rohanvats, e la sua funzione principale è "Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IP & Downlink Utility

Scarica i file di estensione IP & Downlink Utility in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IP & Downlink Utility IP & Downlink Utility
ID pfeodmbhcibdodceigbdnjigcbendgdh
URL Ufficiale https://chromewebstore.google.com/detail/ip-downlink-utility/pfeodmbhcibdodceigbdnjigcbendgdh
Descrizione Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.
Dimensione del File 245 KB
Conteggio Installazioni 512
Versione Corrente 1.0
Ultimo Aggiornamento 2020-04-18
Data di Pubblicazione 2020-04-17
Sviluppatore rohanvats
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}