IP Geolocator

Locate any IP address quickly!

What is IP Geolocator?

IP Geolocator is a Chrome extension developed by https://searchbases.com, and its main feature is "Locate any IP address quickly!".

Extension Screenshots

screenshot
screenshot
screenshot

Download IP Geolocator Extension CRX File

Download IP Geolocator 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

                        IP Geolocator is a non-intrusive IP location lookup technology that retrieves geolocation information with no explicit permission required from users. All you need is your client’s IP address.

Please Note: The extension is using a free service to display your IP and geo location data (http://ipinfo.io/). If there seems to be a problem with a specific IP or the resulting location data I can not do anything about it since I'm not in any way affiliated with the services the extension is using. Sorry for the circumstances. I'm just happy such services exist and thus provide a stable solution for most users.                    

Extension Basic Information

Name IP Geolocator IP Geolocator
ID fipippkclmhbknmbnhplcfmbeanifead
Official URL https://chromewebstore.google.com/detail/ip-geolocator/fipippkclmhbknmbnhplcfmbeanifead
Description Locate any IP address quickly!
File Size 42.29 KB
Installation Count 27
Current Version 1.0.0
Last Updated 2022-02-26
Publish Date 2022-02-26
Rating 5.00/5 Total 1 Ratings
Developer https://searchbases.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Geolocator",
    "version": "1.0.0",
    "description": "Locate any IP address quickly!",
    "manifest_version": 3,
    "author": "Asijit Paul",
    "permissions": [],
    "action": {
        "default_title": "IP Geolocator",
        "default_popup": "index.html",
        "default_icon": {
            "32": "icons\/32.png",
            "72": "icons\/72.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "32": "icons\/32.png",
        "72": "icons\/72.png",
        "128": "icons\/128.png"
    }
}