Skip to content

AikoAppeldorn/ipvfoobarbaz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

208 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshots

Screenshot

Screenshot

Add to Chrome

https://chromewebstore.google.com/detail/ipvfoobarbaz/jiaodmfhmjdhefmljkipedcbpkplpfcn

Add to Firefox

https://addons.mozilla.org/firefox/addon/ipvfoobarbaz

To use IPvFoo with Firefox's default search engine, uncheck Settings > Search > Show search terms in the address bar on results pages

Add to Edge

Coming Soon (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.

Running IPvFoo unpacked from git

IPvFoo shares a common codebase for Chrome and Firefox, but manifest.json is browser specific.

Firefox shows this error when running the Chrome version:

There was an error during the temporary add-on installation.
background.service_worker is currently disabled. Add background.scripts.

Chrome shows this error when running the Firefox version:

'background.scripts' requires manifest version of 2 or lower.
'page_action' requires manifest version of 2 or lower.

The use_*_manifest.sh.bat scripts in the manifest directory may be used to switch between versions.




Donate: https://liberapay.com/pmarks

About

Display the current page's IP version and addresses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.5%
  • HTML 12.8%
  • Makefile 1.1%
  • Batchfile 0.6%