Where Am I?
This extension shows your location and IP address so you can check if your VPN works!
What is Where Am I??
Where Am I? is a Chrome extension developed by Virej Dasani, and its main feature is "This extension shows your location and IP address so you can check if your VPN works!".
Extension Screenshots
Download Where Am I? Extension CRX File
Download Where Am I? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Where Am I? |
ID | omdigpceoegkkeleilnnhcphljchbiec |
Official URL | https://chromewebstore.google.com/detail/where-am-i/omdigpceoegkkeleilnnhcphljchbiec |
Description | This extension shows your location and IP address so you can check if your VPN works! |
File Size | 76.91 KB |
Installation Count | 149 |
Current Version | 1.0 |
Last Updated | 2021-03-21 |
Publish Date | 2021-03-21 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Virej Dasani |
[email protected] | |
Payment Type | free |
Extension Website | https://virejdasani.github.io/virej/ |
Supported Languages | 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" } } |