IPvFooBarBaz is a Chrome/Firefox extension that adds an icon to indicate whether the current page was fetched using IPv4 or IPv6. When you click the icon, a pop-up appears, listing the IP address for each domain that served the page elements, as well as their hostname and ASN (if available).
Everything is captured privately using the webRequest API, however Google DNS is used to fetch hostnames, as well as Cymru's IP to ASN services.
This is a fork of the original IPvFoo, and uses code from the IPvFooBar (which itself is a fork of IPvFoo).
Coming Soon
Coming Soon
Coming Soon (You can also run the Chrome version on Edge, as they are identical.)
IPvFoo cannot be ported to Safari because the webRequest
API does not report IP addresses. In theory, a Safari extension could do its own DNS lookups over HTTPS, but such behavior is beyond the scope of IPvFoo.