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 Octolus Development, et sa fonction principale est "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Captures d'Écran de l'Extension

screenshot
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 idaoogdinfijceaidpialcekdhgjkifn
URL Officiel https://chromewebstore.google.com/detail/geo-ip-lookup/idaoogdinfijceaidpialcekdhgjkifn
Description Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
Taille du Fichier 1.04 MB
Nombre d'Installations 705
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-04-15
Date de Publication 2018-04-15
Évaluation 4.00/5 Total 2 Évaluations
Développeur Octolus Development
Type de Paiement free
URL de la Page de Politique de Confidentialité https://octovpn.com/privacy-policy
Langues Prises en Charge 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"
}