Whats My Info
Shows your IP address and other useful info.
What is Whats My Info?
Whats My Info is a Chrome extension developed by https://www.esolutions.se, and its main feature is "Shows your IP address and other useful info.".
Extension Screenshots
Download Whats My Info Extension CRX File
Download Whats My Info 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 is a simple extension that shows you the IP address that you have today, and other valuable information such as installed plug-ins, screen resolution, etc.
Extension Basic Information
Name | Whats My Info |
ID | oapbcignlcnknkkhpdnlcdkpeffiagce |
Official URL | https://chromewebstore.google.com/detail/whats-my-info/oapbcignlcnknkkhpdnlcdkpeffiagce |
Description | Shows your IP address and other useful info. |
File Size | 83.2 KB |
Installation Count | 188 |
Current Version | 1.1.7 |
Last Updated | 2023-02-16 |
Publish Date | 2014-11-03 |
Rating | 4.90/5 Total 10 Ratings |
Developer | https://www.esolutions.se |
[email protected] | |
Payment Type | free |
Extension Website | https://www.esolutions.se |
Privacy Policy Page URL | https://www.esolutions.se/PrivacyPolicy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whats My Info", "description": "Shows your IP address and other useful info.", "version": "1.1.7", "browser_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_popup": "popup.html", "default_title": "Whats My Info" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "web_accessible_resources": [ "img\/48.png" ] } |