Geo IP Lookup

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

Apa itu Geo IP Lookup?

Geo IP Lookup adalah ekstensi Chrome yang dikembangkan oleh JB Dev, dan fitur utamanya adalah "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Geo IP Lookup

Unduh file ekstensi Geo IP Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Geo IP Lookup Geo IP Lookup
ID fjokelcohfpggkindencchmhbigcajmf
URL Resmi https://chromewebstore.google.com/detail/geo-ip-lookup/fjokelcohfpggkindencchmhbigcajmf
Deskripsi Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
Ukuran File 8.7 KB
Jumlah Instalasi 141
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-09-06
Tanggal Publikasi 2016-09-06
Penilaian 4.20/5 Total 5 Penilaian
Pengembang JB Dev
Tipe Pembayaran free
Situs Ekstensi https://geoiplookup.io
Bahasa yang Didukung 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';"
}