What is my IP address?
What is my IP address?
What is What is my IP address??
What is my IP address? is a Chrome extension developed by OpenAdminTools.com, and its main feature is "What is my IP address?".
Extension Screenshots
Download What is my IP address? Extension CRX File
Download What is my IP address? 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
Detect the current public IP address, and display below details: - IP Address - IP whois information - Country Code - Country - City - Latitude: - Longitude:
Extension Basic Information
Name | What is my IP address? |
ID | floedkhigbndbnimpflddnlefhopmfhc |
Official URL | https://chromewebstore.google.com/detail/what-is-my-ip-address/floedkhigbndbnimpflddnlefhopmfhc |
Description | What is my IP address? |
File Size | 275 KB |
Installation Count | 3,840 |
Current Version | 2.0.0 |
Last Updated | 2019-07-04 |
Publish Date | 2019-07-03 |
Rating | 4.51/5 Total 202 Ratings |
Developer | OpenAdminTools.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.openadmintools.com |
Help Page URL | https://ip.openadmintools.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "manifest_version": 2, "browser_action": { "default_icon": { "19": "image\/logo-19.png", "38": "image\/logo-38.png" }, "default_title": "What is my IP address?", "default_popup": "popup.html" }, "description": "What is my IP address?", "icons": { "32": "image\/logo-32.png", "48": "image\/logo-48.png", "64": "image\/logo-64.png", "128": "image\/logo-128.png" }, "web_accessible_resources": [ "frame-ip.html", "jsr\/frame-ip.js" ], "name": "What is my IP address?", "permissions": [ "*:\/\/*\/*" ] } |