My IP Plus
Find out your IP address with one click
What is My IP Plus?
My IP Plus is a Chrome extension developed by http://www.networkappers.com, and its main feature is "Find out your IP address with one click".
Extension Screenshots
Download My IP Plus Extension CRX File
Download My IP Plus 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
Find out your IP address with one click
Extension Basic Information
Name | |
ID | koackhellkegcelgfjjfhacmjmjabfno |
Official URL | https://chrome.google.com/webstore/detail/my-ip-plus/koackhellkegcelgfjjfhacmjmjabfno |
Description | Find out your IP address with one click |
File Size | 30.65 KB |
Installation Count | 132 |
Current Version | 1.3 |
Last Updated | 2014-03-06 |
Publish Date | 2014-03-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.networkappers.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.networkappers.com/tools/my-ip-address |
Help Page URL | http://www.networkappers.com/tools/my-ip-address |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My IP Plus", "description": "Find out your IP address with one click", "short_name": "My IP Address", "version": "1.3", "icons": { "128": "128.png", "16": "16.png", "18": "18.png", "48": "48.png", "64": "64.png" }, "browser_action": { "default_icon": "18.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |