Geo IP Lookup

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

Wat is Geo IP Lookup?

Geo IP Lookup is een Chrome-extensie ontwikkeld door Octolus Development, en de belangrijkste functie is "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Geo IP Lookup

Download Geo IP Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Geo IP Lookup Geo IP Lookup
ID idaoogdinfijceaidpialcekdhgjkifn
Officiële URL https://chromewebstore.google.com/detail/geo-ip-lookup/idaoogdinfijceaidpialcekdhgjkifn
Beschrijving Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
Bestandsgrootte 1.04 MB
Aantal Installaties 705
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-04-15
Publicatiedatum 2018-04-15
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Octolus Development
Betalingswijze free
URL van de Privacybeleid Pagina https://octovpn.com/privacy-policy
Ondersteunde Talen 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"
}