Where Am I? - VPN Checker

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

O que é Where Am I? - VPN Checker?

Where Am I? - VPN Checker é uma extensão do Chrome desenvolvida por frontlite-ventures, e sua principal característica é "Displays an icon of a flag of the country you appear to be coming from.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Where Am I? - VPN Checker

Baixe arquivos de extensão Where Am I? - VPN Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Where Am I? - VPN Checker Where Am I? - VPN Checker
ID hbgdaefcalonegdjkhfaeabgodpahimo
URL Oficial https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo
Descrição Displays an icon of a flag of the country you appear to be coming from.
Tamanho do Arquivo 241 KB
Contagem de Instalações 698
Versão Atual 2
Última Atualização 2016-08-14
Data de Publicação 2016-08-14
Classificação 3.45/5 Total de 11 Avaliações
Desenvolvedor frontlite-ventures
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://frontlite.net/privacy-policy.html
Idiomas Suportados 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
}