Where Am I? - VPN Checker

Displays an icon of a flag of the country you appear to be coming from.

Cos'è Where Am I? - VPN Checker?

Where Am I? - VPN Checker è un'estensione di Chrome sviluppata da frontlite-ventures, e la sua funzione principale è "Displays an icon of a flag of the country you appear to be coming from.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Where Am I? - VPN Checker

Scarica i file di estensione Where Am I? - VPN Checker 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

                        Check your IP address with this extension.
It displays a flag of the country you look like you're coming from.                    

Informazioni di Base sull'Estensione

Nome Where Am I? - VPN Checker Where Am I? - VPN Checker
ID hbgdaefcalonegdjkhfaeabgodpahimo
URL Ufficiale https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo
Descrizione Displays an icon of a flag of the country you appear to be coming from.
Dimensione del File 241 KB
Conteggio Installazioni 698
Versione Corrente 2
Ultimo Aggiornamento 2016-08-14
Data di Pubblicazione 2016-08-14
Valutazione 3.45/5 Totale 11 Valutazioni
Sviluppatore frontlite-ventures
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://frontlite.net/privacy-policy.html
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where Am I? - VPN Checker",
    "description": "Displays an icon of a flag of the country you appear to be coming from.",
    "version": "2",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "flags3\/_unknown.png",
        "default_popup": "popupmb.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/ https:\/\/cdnjs.cloudflare.com\/ https:\/\/api.mapbox.com\/ https:\/\/ssl.google-analytics.com https:\/\/maps.googleapis.com\/maps-api-v3\/api\/js\/23\/6\/infowindow.js https:\/\/maps.googleapis.com\/ https:\/\/maps.google.com\/ https:\/\/www.google.com\/maps\/embed https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "manifest_version": 2
}