I have recently tried to develop a add-on and wanted to know the visited URL & IP of the active tab.
(bootstraped add-on)
Therefore I have used the “tabs” extension and was able to get the URL.
But I am stuck to get the IP address, because I havn’t found a property for IP (like I did for url).
Is there a way to get the IP address too?
If you develop a plugin in chrome, you can get url & ip information together!
They workaroud to call an external URL (e.g. php) and get the IP this way isn’t sufficient, because of privacy reasons.
Thanks in advance
EDIT:
Thanky you desktopd!
Your Post worked for me!