Browser add-on that shows your public IP address (via clean.myip.wtf)
Find a file
2023-09-28 13:49:16 -03:00
share/photon Add photon.png 2023-09-27 20:40:38 -03:00
src mv Response.css to ResponseRenderer.css 2023-09-28 13:49:16 -03:00
.editorconfig Add source 2023-09-27 16:11:43 -03:00
.eslintrc.js Add source 2023-09-27 16:11:43 -03:00
.gitignore Add source 2023-09-27 16:11:43 -03:00
.projectile Add source 2023-09-27 16:11:43 -03:00
LICENSE Add LICENSE 2023-09-27 16:43:46 -03:00
package-lock.json Add source 2023-09-27 16:11:43 -03:00
package.json Add source 2023-09-27 16:11:43 -03:00
README.md Add photon.png 2023-09-27 20:40:38 -03:00
tsconfig.json Add source 2023-09-27 16:11:43 -03:00
webpack.config.js Add source 2023-09-27 16:11:43 -03:00

About

Photon is a Google Chrome extension that provides information about the public IP address you are using to connect to the internet. When the extension's icon is clicked, the extension makes a request to the clean.wtfismyip.com web service to discover information about your public IP address, and then displays that information in a simple HTML view.

Features

  • Displays a public IP address.
  • Displays the Internet Service Provider (ISP) associated with a public IP address.
  • Displays the city associated with a public IP address.
  • Displays the country associated with a public IP address.
  • Displays whether or not a public IP address is a Tor exit node.

Install

Produce the "build" directory:

git clone https://github.com/0x1eef/photon.git
cd photon
npm i
npm run build

Add the extension to Chrome:

  • Visit chrome://extensions.
  • Check "Developer mode" (top right hand corner).
  • Click "Load unpacked extension".
  • Choose the "build/" directory from the file dialog.
  • Done.

Sources

Screenshots

License

BSD Zero Clause.
See LICENSE