Geo IP Lookup

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

Qu'est-ce que Geo IP Lookup ?

Geo IP Lookup est une extension Chrome développée par JB Dev, et sa fonction principale est "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Geo IP Lookup

Téléchargez les fichiers d'extension Geo IP Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Geo IP Lookup Geo IP Lookup
ID fjokelcohfpggkindencchmhbigcajmf
URL Officiel https://chromewebstore.google.com/detail/geo-ip-lookup/fjokelcohfpggkindencchmhbigcajmf
Description Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
Taille du Fichier 8.7 KB
Nombre d'Installations 141
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-09-06
Date de Publication 2016-09-06
Évaluation 4.20/5 Total 5 Évaluations
Développeur JB Dev
Type de Paiement free
Site Web de l'Extension https://geoiplookup.io
Langues Prises en Charge 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';"
}