MyIPAddress
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
What is MyIPAddress?
MyIPAddress is a Chrome extension developed by https://freeipapi.com, and its main feature is "MyIPAddress is an extension that gives you your public ip address information such as which country and city is.".
Extension Screenshots
Download MyIPAddress Extension CRX File
Download MyIPAddress 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
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Extension Basic Information
Name | MyIPAddress |
ID | ggnknplpocgpecggogjfeimgillocidi |
Official URL | https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi |
Description | MyIPAddress is an extension that gives you your public ip address information such as which country and city is. |
File Size | 15.37 KB |
Installation Count | 66 |
Current Version | 1.0.2 |
Last Updated | 2023-04-15 |
Publish Date | 2022-10-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://freeipapi.com |
[email protected] | |
Payment Type | free |
Extension Website | https://freeipapi.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "manifest_version": 3, "name": "MyIPAddress", "permissions": [ "webRequest" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "action": { "default_icon": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "default_title": "Click Me", "default_popup": "popup.html" } } |