My IP Address
Find out your IP Address and other informations related to it.
What is My IP Address?
My IP Address is a Chrome extension developed by http://ipdetails.net, and its main feature is "Find out your IP Address and other informations related to it.".
Extension Screenshots
Download My IP Address Extension CRX File
Download 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
My IP Address application helps you find out your IP address. You wull also get detailed information about your ISP provider, country - display on the map, flag and other useful informations.
Extension Basic Information
Name | |
ID | ilhhkfecjchipknnnfldnihjkomopado |
Official URL | https://chrome.google.com/webstore/detail/my-ip-address/ilhhkfecjchipknnnfldnihjkomopado |
Description | Find out your IP Address and other informations related to it. |
File Size | 4.75 KB |
Installation Count | 292 |
Current Version | 1.1 |
Last Updated | 2013-06-15 |
Publish Date | 2013-06-15 |
Rating | 2.20/5 Total 5 Ratings |
Developer | http://ipdetails.net |
Payment Type | free |
Extension Website | http://www.ipdetails.net |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "name": "My IP Address", "description": "Find out your IP Address and other informations related to it.", "version": "1.1", "permissions": [ "http:\/\/www.ipdetails.net\/" ], "browser_action": { "default_icon": "ip_16.png", "default_title": "My IP Address" }, "background": { "page": "main.html" }, "icons": { "128": "ip_128.png" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |