My Public IP
Displays your public IP address and the country that it belongs to.
Apa itu My Public IP?
My Public IP adalah ekstensi Chrome yang dikembangkan oleh ml, dan fitur utamanya adalah "Displays your public IP address and the country that it belongs to.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi My Public IP
Unduh file ekstensi My Public 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
Simply click on the icon to see the information. IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.
Informasi Dasar Ekstensi
Nama | My Public IP |
ID | mfogaajkjakkhpidbcbpfbbibgbmjihk |
URL Resmi | https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk |
Deskripsi | Displays your public IP address and the country that it belongs to. |
Ukuran File | 262 KB |
Jumlah Instalasi | 250 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2021-03-03 |
Tanggal Publikasi | 2020-04-22 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | ml |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Public IP", "description": "Displays your public IP address and the country that it belongs to.", "version": "1.3", "browser_action": { "default_popup": "index.html", "default_title": "My Public IP" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "web_accessible_resources": [ "images\/*" ] } |