Geo IP Lookup

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

Cos'è Geo IP Lookup?

Geo IP Lookup è un'estensione di Chrome sviluppata da Octolus Development, e la sua funzione principale è "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Geo IP Lookup

Scarica i file di estensione Geo IP Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Geo IP Lookup Geo IP Lookup
ID idaoogdinfijceaidpialcekdhgjkifn
URL Ufficiale https://chromewebstore.google.com/detail/geo-ip-lookup/idaoogdinfijceaidpialcekdhgjkifn
Descrizione Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
Dimensione del File 1.04 MB
Conteggio Installazioni 705
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-04-15
Data di Pubblicazione 2018-04-15
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Octolus Development
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://octovpn.com/privacy-policy
Lingue Supportate 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"
}