Where Am I? - VPN Checker

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

Co je Where Am I? - VPN Checker?

Where Am I? - VPN Checker je rozšíření Chrome vyvinuté frontlite-ventures, a jeho hlavní funkcí je „Displays an icon of a flag of the country you appear to be coming from.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Where Am I? - VPN Checker

Stáhněte si soubory rozšíření Where Am I? - VPN Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Where Am I? - VPN Checker Where Am I? - VPN Checker
ID hbgdaefcalonegdjkhfaeabgodpahimo
Oficiální URL https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo
Popis Displays an icon of a flag of the country you appear to be coming from.
Velikost souboru 241 KB
Počet instalací 698
Aktuální Verze 2
Poslední Aktualizace 2016-08-14
Datum Vydání 2016-08-14
Hodnocení 3.45/5 Celkem 11 Hodnocení
Vývojář frontlite-ventures
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://frontlite.net/privacy-policy.html
Podporované Jazyky 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
}