Where Am I?
This extension shows your location and IP address so you can check if your VPN works!
Apa itu Where Am I??
Where Am I? adalah ekstensi Chrome yang dikembangkan oleh Virej Dasani, dan fitur utamanya adalah "This extension shows your location and IP address so you can check if your VPN works!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Where Am I?
Unduh file ekstensi Where Am I? 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 check if your VPN or location spoofing is working/turned-on by clicking the extension icon. It will show your location and IP address.
Informasi Dasar Ekstensi
Nama | Where Am I? |
ID | omdigpceoegkkeleilnnhcphljchbiec |
URL Resmi | https://chromewebstore.google.com/detail/where-am-i/omdigpceoegkkeleilnnhcphljchbiec |
Deskripsi | This extension shows your location and IP address so you can check if your VPN works! |
Ukuran File | 76.91 KB |
Jumlah Instalasi | 149 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-03-21 |
Tanggal Publikasi | 2021-03-21 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Virej Dasani |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://virejdasani.github.io/virej/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Where Am I?", "description": "This extension shows your location and IP address so you can check if your VPN works!", "version": "1.0", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "browser_action": { "default_icon": "assets\/img\/icon.png", "default_popup": "public\/popup.html" } } |