Where Am I?
This extension shows your location and IP address so you can check if your VPN works!
Vad är Where Am I??
Where Am I? är en Chrome-tillägg utvecklad av Virej Dasani, och dess huvudfunktion är "This extension shows your location and IP address so you can check if your VPN works!".
Tilläggsskärmbilder
Ladda ner Where Am I?-förlängningens CRX-fil
Ladda ner Where Am I?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Where Am I? |
ID | omdigpceoegkkeleilnnhcphljchbiec |
Officiell webbadress | https://chromewebstore.google.com/detail/where-am-i/omdigpceoegkkeleilnnhcphljchbiec |
Beskrivning | This extension shows your location and IP address so you can check if your VPN works! |
Filstorlek | 76.91 KB |
Antal Installationer | 149 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-03-21 |
Publiceringsdatum | 2021-03-21 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | Virej Dasani |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://virejdasani.github.io/virej/ |
Stödda Språk | 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" } } |