Whatismyipaddress - Show My IP address
Show your IP address, ISP, location, DNS. You can get my IP address more information.
Apa itu Whatismyipaddress - Show My IP address?
Whatismyipaddress - Show My IP address adalah ekstensi Chrome yang dikembangkan oleh https://windows11tools.com, dan fitur utamanya adalah "Show your IP address, ISP, location, DNS. You can get my IP address more information.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Whatismyipaddress - Show My IP address
Unduh file ekstensi Whatismyipaddress - Show My 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
Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. Features: Shows your current IP address information. Detailed information about city, country, latitude, longitude and location shown on Google Maps. Log your IP history and notify you when it changes. Shows the country and city where your IP address is located. Information about IPv4 and IPv6. See all official registration information related to your IP address.
Informasi Dasar Ekstensi
Nama | |
ID | lfcnpljmmpocjjdcnjegakopjfpemodn |
URL Resmi | https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn |
Deskripsi | Show your IP address, ISP, location, DNS. You can get my IP address more information. |
Ukuran File | 146 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 2.0.2 |
Terakhir Diperbarui | 2021-10-21 |
Tanggal Publikasi | 2021-10-21 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | https://windows11tools.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://windows11tools.com/ |
URL Halaman Kebijakan Privasi | https://windows11tools.com/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatismyipaddress - Show My IP address", "version": "2.0.2", "manifest_version": 2, "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.", "background": { "scripts": [ "js\/main.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.19.png", "38": "images\/icon.38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.128.png" }, "incognito": "spanning", "minimum_chrome_version": "17", "permissions": [ "http:\/\/*.hidemyass.com\/", "http:\/\/*.hmageo.com\/" ] } |