My IP
Shows instantly your public ip adress
What is My IP?
My IP is a Chrome extension developed by http://www.astrofiles.net, and its main feature is "Shows instantly your public ip adress".
Extension Screenshots
Download My IP Extension CRX File
Download 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
This shows your public Ip adress. No more, no less.
Extension Basic Information
Name | |
ID | bkgjkigmkppkgjpeegidgckghikakkhn |
Official URL | https://chrome.google.com/webstore/detail/my-ip/bkgjkigmkppkgjpeegidgckghikakkhn |
Description | Shows instantly your public ip adress |
File Size | 37.09 KB |
Installation Count | 127 |
Current Version | 1.1 |
Last Updated | 2013-06-17 |
Publish Date | 2013-06-17 |
Rating | 3.33/5 Total 15 Ratings |
Developer | http://www.astrofiles.net |
Payment Type | free |
Extension Website | http://www.astrofiles.net/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My IP", "version": "1.1", "description": "Shows instantly your public ip adress", "permissions": [ "notifications" ], "browser_action": { "default_icon": "myip16.png", "default_popup": "popup.html" }, "icons": { "16": "myip16.png", "48": "myip48.png", "128": "myip128.png" } } |