IP & Downlink Utility
Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.
O que é IP & Downlink Utility?
IP & Downlink Utility é uma extensão do Chrome desenvolvida por rohanvats, e sua principal característica é "Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IP & Downlink Utility
Baixe arquivos de extensão IP & Downlink Utility no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | IP & Downlink Utility |
ID | pfeodmbhcibdodceigbdnjigcbendgdh |
URL Oficial | https://chromewebstore.google.com/detail/ip-downlink-utility/pfeodmbhcibdodceigbdnjigcbendgdh |
Descrição | Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well. |
Tamanho do Arquivo | 245 KB |
Contagem de Instalações | 512 |
Versão Atual | 1.0 |
Última Atualização | 2020-04-18 |
Data de Publicação | 2020-04-17 |
Desenvolvedor | rohanvats |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |