IP & Downlink Utility

IP & Downlink Utility

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

Merlin
Additional files are visible only to premium users

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"
}