Where Am I?

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

Cos'è Where Am I??

Where Am I? è un'estensione di Chrome sviluppata da Virej Dasani, e la sua funzione principale è "This extension shows your location and IP address so you can check if your VPN works!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Where Am I?

Scarica i file di estensione Where Am I? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Where Am I? Where Am I?
ID omdigpceoegkkeleilnnhcphljchbiec
URL Ufficiale https://chromewebstore.google.com/detail/where-am-i/omdigpceoegkkeleilnnhcphljchbiec
Descrizione This extension shows your location and IP address so you can check if your VPN works!
Dimensione del File 76.91 KB
Conteggio Installazioni 149
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-21
Data di Pubblicazione 2021-03-21
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Virej Dasani
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://virejdasani.github.io/virej/
Lingue Supportate 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"
    }
}