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 JB Dev, en de belangrijkste functie is "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Extensie Screenshots

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 fjokelcohfpggkindencchmhbigcajmf
Officiële URL https://chromewebstore.google.com/detail/geo-ip-lookup/fjokelcohfpggkindencchmhbigcajmf
Beschrijving Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
Bestandsgrootte 8.7 KB
Aantal Installaties 141
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-09-06
Publicatiedatum 2016-09-06
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar JB Dev
Betalingswijze free
Extensiewebsite https://geoiplookup.io
Ondersteunde Talen 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';"
}