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 Octolus Development, and its main feature is "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Extension Screenshots

screenshot
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 idaoogdinfijceaidpialcekdhgjkifn
Official URL https://chromewebstore.google.com/detail/geo-ip-lookup/idaoogdinfijceaidpialcekdhgjkifn
Description Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
File Size 1.04 MB
Installation Count 705
Current Version 1.0.0
Last Updated 2018-04-15
Publish Date 2018-04-15
Rating 4.00/5 Total 2 Ratings
Developer Octolus Development
Payment Type free
Privacy Policy Page URL https://octovpn.com/privacy-policy
Supported Languages en
manifest.json
{
    "background": {
        "page": "geo.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "geo_logo.png",
        "default_popup": "geo.html",
        "default_title": "GeoIPLookup.io"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/leaflet.js",
                "js\/bootstrap.min.js",
                "js\/geo.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "description": "Easy geo ip lookup tool, provided to you by: https:\/\/geoiplookup.io",
    "manifest_version": 2,
    "name": "Geo IP Lookup",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}