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 Octolus Development, dan fitur utamanya adalah "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

Screenshot Ekstensi

screenshot
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 idaoogdinfijceaidpialcekdhgjkifn
URL Resmi https://chromewebstore.google.com/detail/geo-ip-lookup/idaoogdinfijceaidpialcekdhgjkifn
Deskripsi Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
Ukuran File 1.04 MB
Jumlah Instalasi 705
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-04-15
Tanggal Publikasi 2018-04-15
Penilaian 4.00/5 Total 2 Penilaian
Pengembang Octolus Development
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://octovpn.com/privacy-policy
Bahasa yang Didukung 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"
}