Where Am I?
This extension shows your location and IP address so you can check if your VPN works!
Qu'est-ce que Where Am I? ?
Where Am I? est une extension Chrome développée par Virej Dasani, et sa fonction principale est "This extension shows your location and IP address so you can check if your VPN works!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Where Am I?
Téléchargez les fichiers d'extension Where Am I? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Where Am I? |
ID | omdigpceoegkkeleilnnhcphljchbiec |
URL Officiel | 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! |
Taille du Fichier | 76.91 KB |
Nombre d'Installations | 149 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-03-21 |
Date de Publication | 2021-03-21 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Virej Dasani |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://virejdasani.github.io/virej/ |
Langues Prises en Charge | 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" } } |