What is my IP?
Easily find out your IP-Address
What is What is my IP??
What is my IP? is a Chrome extension developed by r106, and its main feature is "Easily find out your IP-Address".
Extension Screenshots
Download What is my IP? Extension CRX File
Download What is 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
Extension Basic Information
Name | |
ID | igckpmdgnbeioacnfmacblpdnngbahhb |
Official URL | https://chrome.google.com/webstore/detail/what-is-my-ip/igckpmdgnbeioacnfmacblpdnngbahhb |
Description | Easily find out your IP-Address |
File Size | 386 KB |
Installation Count | 160 |
Current Version | 0.3 |
Last Updated | 2013-11-08 |
Publish Date | 2013-11-08 |
Rating | 3.83/5 Total 6 Ratings |
Developer | r106 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "What is my IP?", "description": "Easily find out your IP-Address", "version": "0.3", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "clipboardWrite" ], "browser_action": { "default_icon": "icon-128.png", "default_title": "What is my IP?", "default_popup": "window.html" }, "manifest_version": 2 } |