Where Am I?

This extension shows your location and IP address so you can check if your VPN works!

Was ist Where Am I??

Where Am I? ist eine Chrome-Erweiterung, die von Virej Dasani entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows your location and IP address so you can check if your VPN works!".

Erweiterungsscreenshots

screenshot

Where Am I?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Where Am I?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Where Am I? Where Am I?
ID omdigpceoegkkeleilnnhcphljchbiec
Offizielle URL https://chromewebstore.google.com/detail/where-am-i/omdigpceoegkkeleilnnhcphljchbiec
Beschreibung This extension shows your location and IP address so you can check if your VPN works!
Dateigröße 76.91 KB
Installationsanzahl 149
Aktuelle Version 1.0
Letztes Update 2021-03-21
Veröffentlichungsdatum 2021-03-21
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Virej Dasani
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://virejdasani.github.io/virej/
Unterstützte Sprachen 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"
    }
}