IPvFoo is a Google Chrome add-on for developers that summarizes IPv4, IPv6, and HTTPS information for all connections made by the current webpage.
IPvFoo is one of the first extensions to use the new webRequest API in Chrome 17.
IPvFoo watches as the browser downloads a webpage, picks out various bits of protocol-related information, and squishes it down into a convenient table. Everything's captured and displayed privately, without creating any additional network traffic.
The first thing you'll see is an icon in the location bar. A large 4 or 6 shows whether the outer page was fetched using IPv4 or IPv6. If the page contains elements from other domains, then smaller numbers will appear alongside for those.
When you click the icon, a table pops up, containing a row of information for each domain:
· A padlock icon, for HTTP, HTTPS, or a mix of both. This is helpful for tracking down mixed content warnings, but you shouldn't treat it as absolute security advice.
· The IPv4 or IPv6 address. If connections span more than one IP, then the most recent one wins.
· A "cached" symbol. This mainly exists to warn you that no actual connections took place, so the IP address might be stale.
IPvFoo is cross-platform and it works on Mac OS X, Windows and Linux.
Requirements:
· Google Chrome
What's New in This Release: [ read full changelog ]
· Fix a "?" in some cases involving cross-origin redirects