View your IP address

Quickly check your IP address and see some other information without opening an additional page

Apa itu View your IP address?

View your IP address adalah ekstensi Chrome yang dikembangkan oleh https://jeroenpeters.dev, dan fitur utamanya adalah "Quickly check your IP address and see some other information without opening an additional page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi View your IP address

Unduh file ekstensi View your IP address 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

                        With this extension you can quickly see and copy your IP address.

Icon by Flaticon.com                    

Informasi Dasar Ekstensi

Nama View your IP address View your IP address
ID plkoeddhagbcbcklhjnladmadnikmfhi
URL Resmi https://chromewebstore.google.com/detail/view-your-ip-address/plkoeddhagbcbcklhjnladmadnikmfhi
Deskripsi Quickly check your IP address and see some other information without opening an additional page
Ukuran File 88.09 KB
Jumlah Instalasi 47
Versi Saat Ini 1.5.0
Terakhir Diperbarui 2022-12-27
Tanggal Publikasi 2020-06-01
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://jeroenpeters.dev
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://jeroenpeters.dev/contact/
URL Halaman Kebijakan Privasi https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Bahasa yang Didukung de,en,fr,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "1.5.0",
    "description": "__MSG_extDesc__",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_popup_title__",
        "default_icons": {
            "16": "icon_16.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "host_permissions": [
        "*:\/\/v4.ident.me\/*",
        "*:\/\/v6.ident.me\/*"
    ],
    "default_locale": "en"
}