Where Am I?
This extension shows your location and IP address so you can check if your VPN works!
Hvad er Where Am I??
Where Am I? er en Chrome-udvidelse udviklet af Virej Dasani, og dens hovedfunktion er "This extension shows your location and IP address so you can check if your VPN works!".
Udvidelsesskærmbilleder
Download Where Am I?-udvidelses-CRX-fil
Download Where Am I?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | omdigpceoegkkeleilnnhcphljchbiec |
| Officiel URL | https://chromewebstore.google.com/detail/where-am-i/omdigpceoegkkeleilnnhcphljchbiec |
| Beskrivelse | This extension shows your location and IP address so you can check if your VPN works! |
| Filstørrelse | 76.91 KB |
| Antal Installationer | 149 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2021-03-21 |
| Udgivelsesdato | 2021-03-21 |
| Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
| Udvikler | Virej Dasani |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://virejdasani.github.io/virej/ |
| Understøttede Sprog | 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"
}
} | |