Show Server IP

Show the IPs that were queried in loading the Site.

Apa itu Show Server IP?

Show Server IP adalah ekstensi Chrome yang dikembangkan oleh bongokarl101010, dan fitur utamanya adalah "Show the IPs that were queried in loading the Site.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Show Server IP

Unduh file ekstensi Show Server IP 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

                        Show the Server IP without interacting with external Sites.
If you are behind a proxy it will only show the IP of the Proxy!                    

Informasi Dasar Ekstensi

Nama Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
URL Resmi https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Deskripsi Show the IPs that were queried in loading the Site.
Ukuran File 28.31 KB
Jumlah Instalasi 76
Versi Saat Ini 2.3
Terakhir Diperbarui 2017-10-10
Tanggal Publikasi 2017-10-08
Pengembang bongokarl101010
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Server IP",
    "version": "2.3",
    "description": "Show the IPs that were queried in loading the Site.",
    "icons": {
        "64": "icons\/ip.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/ip.png",
        "default_title": "Chill out"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}