Geo IP Lookup

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

Hvad er Geo IP Lookup?

Geo IP Lookup er en Chrome-udvidelse udviklet af JB Dev, og dens hovedfunktion er "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Udvidelsesskærmbilleder

screenshot

Download Geo IP Lookup-udvidelses-CRX-fil

Download Geo IP Lookup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Geo IP Lookup Geo IP Lookup
ID fjokelcohfpggkindencchmhbigcajmf
Officiel URL https://chromewebstore.google.com/detail/geo-ip-lookup/fjokelcohfpggkindencchmhbigcajmf
Beskrivelse Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
Filstørrelse 8.7 KB
Antal Installationer 141
Nuværende Version 1.0.0
Senest Opdateret 2016-09-06
Udgivelsesdato 2016-09-06
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler JB Dev
Betalingsmetode free
Udvidelseswebsted https://geoiplookup.io
Understøttede Sprog 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';"
}