Whatismyipaddress - Show My IP address
Show your IP address, ISP, location, DNS. You can get my IP address more information.
What is Whatismyipaddress - Show My IP address?
Whatismyipaddress - Show My IP address is a Chrome extension developed by https://windows11tools.com, and its main feature is "Show your IP address, ISP, location, DNS. You can get my IP address more information.".
Extension Screenshots
Download Whatismyipaddress - Show My IP address Extension CRX File
Download Whatismyipaddress - Show 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
Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. Features: Shows your current IP address information. Detailed information about city, country, latitude, longitude and location shown on Google Maps. Log your IP history and notify you when it changes. Shows the country and city where your IP address is located. Information about IPv4 and IPv6. See all official registration information related to your IP address.
Extension Basic Information
Name | |
ID | lfcnpljmmpocjjdcnjegakopjfpemodn |
Official URL | https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn |
Description | Show your IP address, ISP, location, DNS. You can get my IP address more information. |
File Size | 146 KB |
Installation Count | 46 |
Current Version | 2.0.2 |
Last Updated | 2021-10-21 |
Publish Date | 2021-10-21 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://windows11tools.com |
[email protected] | |
Payment Type | free |
Extension Website | https://windows11tools.com/ |
Privacy Policy Page URL | https://windows11tools.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatismyipaddress - Show My IP address", "version": "2.0.2", "manifest_version": 2, "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.", "background": { "scripts": [ "js\/main.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.19.png", "38": "images\/icon.38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.128.png" }, "incognito": "spanning", "minimum_chrome_version": "17", "permissions": [ "http:\/\/*.hidemyass.com\/", "http:\/\/*.hmageo.com\/" ] } |