My IP & Geo Location
My IP & Geo Location is a free extension that would provide IP & Geo Location Information in a single click.
What is My IP & Geo Location?
My IP & Geo Location is a Chrome extension developed by Anoop Sukumaran, and its main feature is "My IP & Geo Location is a free extension that would provide IP & Geo Location Information in a single click.".
Extension Screenshots
Download My IP & Geo Location Extension CRX File
Download My IP & Geo Location 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
My IP & Geo Location is a free extension that would provide IP & Geo Location Information in a single click. Links : http://ip-api.com
Extension Basic Information
Name | |
ID | kjjolgkijnigobpnakcpngdkdlnimiak |
Official URL | https://chrome.google.com/webstore/detail/my-ip-geo-location/kjjolgkijnigobpnakcpngdkdlnimiak |
Description | My IP & Geo Location is a free extension that would provide IP & Geo Location Information in a single click. |
File Size | 5.85 KB |
Installation Count | 153 |
Current Version | 1.0 |
Last Updated | 2018-07-22 |
Publish Date | 2018-07-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Anoop Sukumaran |
[email protected] | |
Payment Type | free |
Help Page URL | http://anoopsukumaran.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My IP & Geo Location", "short_name": "ipInfo-geoLocation", "description": "My IP & Geo Location is a free extension that would provide IP & Geo Location Information in a single click.", "version": "1.0", "manifest_version": 2, "icons": { "32": "icon.png", "48": "icon-48.png" }, "browser_action": { "default-icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "style.css" ] } |