Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmarks-net/ipvfoo
Display the current page's IP version and addresses
https://github.com/pmarks-net/ipvfoo
chrome-extension firefox-addon
Last synced: 10 days ago
JSON representation
Display the current page's IP version and addresses
- Host: GitHub
- URL: https://github.com/pmarks-net/ipvfoo
- Owner: pmarks-net
- License: apache-2.0
- Created: 2015-03-15T00:50:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T16:39:47.000Z (5 months ago)
- Last Synced: 2024-08-01T12:19:28.705Z (3 months ago)
- Topics: chrome-extension, firefox-addon
- Language: JavaScript
- Homepage:
- Size: 1.45 MB
- Stars: 535
- Watchers: 24
- Forks: 46
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**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](/misc/screenshot_webstore_1_640x400.png?raw=true)## 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](https://github.com/pmarks-net/ipvfoo/issues/39) 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.