Get my IP
Displays your IP
What is Get my IP?
Get my IP is a Chrome extension developed by Naveen Molleti, and its main feature is "Displays your IP".
Extension Screenshots
Download Get my IP Extension CRX File
Download Get my IP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Displays your public IP
Extension Basic Information
Name | Get my IP |
ID | lnloifjofmgofkekcnhhpfaiiglcaadh |
Official URL | https://chromewebstore.google.com/detail/get-my-ip/lnloifjofmgofkekcnhhpfaiiglcaadh |
Description | Displays your IP |
File Size | 5.51 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2020-03-21 |
Publish Date | 2020-03-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Naveen Molleti |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/NOLFXceptMe/GetmyIP |
Help Page URL | https://github.com/NOLFXceptMe/GetmyIP/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get my IP", "description": "Displays your IP", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/jsonip.com\/" ] } |