network x-ray
See a real-time view of your network quality and find a good internet connection before an important video call
什么是network x-ray?
network x-ray是由dom开发的Chrome扩展程序,该扩展的主要功能是“See a real-time view of your network quality and find a good internet connection before an important video call”。
扩展截图
下载network x-ray扩展crx文件
下载network x-ray扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See a real-time view of your network quality and find a good internet connection before an important video call or gaming session. Network x-ray measures your network quality in the background to find out if your video call or gaming session is likely to be smooth and effortless, or annoyingly laggy. With a real-time view of your network quality, and tips guidance you can use network x-ray to find a good internet connection before an important call. The plugin opens automatically when you go to URLs for many video conferences and gaming services. Look for our icon in the top right corner. For the full list of URLs go to details and review website access. If your internet service provider supports network x-ray diagnostics, you can get anonymized guidance on how to improve your network.
扩展基本信息
名称 | network x-ray |
ID | blcijcaekjplheogmjkallmnnofgikmh |
官方URL | https://chromewebstore.google.com/detail/network-x-ray/blcijcaekjplheogmjkallmnnofgikmh |
简介 | See a real-time view of your network quality and find a good internet connection before an important video call |
文件大小 | 293 KB |
安装次数 | 176 |
当前版本 | 0.0.13 |
更新时间 | 2023-06-08 |
上架时间 | 2023-03-24 |
评分 | 5.00/5 共2次评分 |
开发者 | dom |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.networkxray.io/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "network x-ray", "version": "0.0.13", "description": "See a real-time view of your network quality and find a good internet connection before an important video call", "permissions": [], "manifest_version": 3, "icons": { "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/index.js", "assets\/widget.html", "assets\/good.svg", "assets\/bad.svg", "icon.css" ], "matches": [ "https:\/\/*.meet.google.com\/*", "https:\/\/domos.ai\/*", "https:\/\/*.webex.com\/*", "https:\/\/*.zoom.us\/*", "https:\/\/*.speedtest.net\/*", "https:\/\/*.networkxray.io\/*", "https:\/\/*.bluejeans.com\/*", "https:\/\/*.spectrum.net\/*", "https:\/\/*.geforcenow.com\/*", "https:\/\/*.xbox.com\/*", "https:\/\/*.playstation.com\/*", "https:\/\/luna.amazon.com\/*", "https:\/\/domos-links.azurewebsites.net\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.meet.google.com\/*", "https:\/\/domos.ai\/*", "https:\/\/*.webex.com\/*", "https:\/\/*.zoom.us\/*", "https:\/\/*.speedtest.net\/*", "https:\/\/*.networkxray.io\/*", "https:\/\/*.bluejeans.com\/*", "https:\/\/*.spectrum.net\/*", "https:\/\/*.geforcenow.com\/*", "https:\/\/*.xbox.com\/*", "https:\/\/*.playstation.com\/*", "https:\/\/luna.amazon.com\/*", "https:\/\/domos-links.azurewebsites.net\/*" ], "js": [ "contentScript.js" ], "css": [ "icon.css" ] } ] } |