Skip to content
forked from pmarks-net/ipvfoo

Display the current page's IP version and addresses

License

Notifications You must be signed in to change notification settings

verhovsky/ipvfoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPvFoo 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.

Everything is captured privately using the webRequest API, without creating any additional network traffic.

Screenshot

Screenshot

Add to Chrome

https://chrome.google.com/webstore/detail/ipvfoo/ecanpcehffngcegjmadlcijfolapggal

Add to Firefox

https://addons.mozilla.org/addon/ipvfoo/

Add to Edge

https://microsoftedge.microsoft.com/addons/detail/ipvfoo/dphnkggpaicipkljebciobedeiaiofod
(You can also run the Chrome version on Edge, as they are identical.)

Safari?

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.

About

Display the current page's IP version and addresses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • HTML 12.6%
  • Makefile 1.7%