Geo IP Lookup

Easy geo ip lookup tool, provided to you by: https://geoiplookup.io

What is Geo IP Lookup?

Geo IP Lookup is a Chrome extension developed by JB Dev, and its main feature is "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Extension Screenshots

screenshot

Download Geo IP Lookup Extension CRX File

Download Geo IP Lookup 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

                        GeoIPLookup is a tool that allows you to perform instant IP/Hostname lookups, without visiting our website. With a simple click, it will automatically pull IP/Hostname and other information about the website you are visiting.                    

Extension Basic Information

Name Geo IP Lookup Geo IP Lookup
ID fjokelcohfpggkindencchmhbigcajmf
Official URL https://chromewebstore.google.com/detail/geo-ip-lookup/fjokelcohfpggkindencchmhbigcajmf
Description Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
File Size 8.7 KB
Installation Count 141
Current Version 1.0.0
Last Updated 2016-09-06
Publish Date 2016-09-06
Rating 4.20/5 Total 5 Ratings
Developer JB Dev
Payment Type free
Extension Website https://geoiplookup.io
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Geo IP Lookup",
    "version": "1.0.0",
    "description": "Easy geo ip lookup tool, provided to you by: https:\/\/geoiplookup.io",
    "browser_action": {
        "default_title": "Geo IP Lookup",
        "default_icon": "geo_logo.png",
        "default_popup": "geo.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/geo.js"
            ]
        }
    ],
    "background": {
        "page": "geo.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self';"
}