IP & Downlink Utility
Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.
Was ist IP & Downlink Utility?
IP & Downlink Utility ist eine Chrome-Erweiterung, die von rohanvats entwickelt wurde, und ihr Hauptmerkmal ist "Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.".
Erweiterungsscreenshots
IP & Downlink Utility-Erweiterungs-CRX-Datei herunterladen
Laden Sie IP & Downlink Utility-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | IP & Downlink Utility |
ID | pfeodmbhcibdodceigbdnjigcbendgdh |
Offizielle URL | https://chromewebstore.google.com/detail/ip-downlink-utility/pfeodmbhcibdodceigbdnjigcbendgdh |
Beschreibung | Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well. |
Dateigröße | 245 KB |
Installationsanzahl | 512 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-04-18 |
Veröffentlichungsdatum | 2020-04-17 |
Entwickler | rohanvats |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |