Displays your external IP in the Toolbar and sends a system notification if changed. This extension is handy for those work at different locations or with different VPNs to quickly see your public IP and country. It checks at regular intervals and whenever computer network events occur. Clipboard Access: Used to copy IP addresses, locations, and network details from the extension menu to your clipboard.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 19 | Active |
| 18 | Active |
| 17 | Rejected |
| 16 | Rejected |
| 15 | Inactive |
| 14 | Inactive |
| 13 | Rejected |
| 12 | Rejected |
| 11 | Inactive |
| 10 | Rejected |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Inactive |
| 4 | Inactive |
| 3 | Inactive |
| 2 | Rejected |
| 1 | Rejected |
1. You cannot create objects in global scope and leave it there after disable (line 60-67 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization To fix that, move them to enable and null them out in disable. 2. Remove the timeout in disable (line 84 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources