AI 产品解读Check IPv4 and IPv6 network connectivity
Helps users quickly determine if their network supports IPv4, IPv6, or dual-stack connectivity, and identifies potential issues like MTU problems or slow connections
User clicks extension icon → popup opens → extension automatically runs connectivity tests against multiple public endpoints (ipify, icanhazip, ident.me, etc.) → displays IPv4/IPv6 scores and status badges → user can click 'View Full Details' to open comprehensive diagnostic page on test-ipv6.run
Real-time IPv4 connectivity test with latency measurementReal-time IPv6 connectivity test with latency measurementDual-stack connectivity verificationIPv6 MTU/PMTUD large packet testIPv6 DNS server reachability testProtocol preference detection (Happy Eyeballs)
- 目标用户
- Developers / Network administrators / Home users wanting to verify IPv6 support / IT professionals troubleshooting network connectivity
- The extension redirects to test-ipv6.run for full diagnostics; the behavior of that external site (including potential login requirements or paid features) was not analyzed as it is outside the extension scope
- The extension source is minified/obfuscated (single-line JavaScript), making some logic harder to trace, but key patterns were identifiable through grep searches
- Only 11 files were analyzed; binary icon files were not inspected but are unlikely to contain relevant logic
付费分析未识别到付费功能
The extension is completely free with no paid features, subscriptions, or payment integrations. No references to Stripe, PayPal, credit cards, plans, upgrades, or premium tiers were found in the source code. The extension simply runs connectivity tests and provides a link to the full diagnostic page on test-ipv6.run, which may have its own monetization but is separate from this extension.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension performs local network connectivity checks against public APIs (ipify, icanhazip, ident.me, etc.) without requiring any authentication. No login forms, auth tokens, or account creation flows exist in the source code. The extension runs entirely client-side using standard fetch/image requests to public endpoints.
Simple, fast, and to the point. Shows real-time IPv4/IPv6 status and dual-stack support handy for quick diagnostics, even behind VPNs or different ISPs.