Where Am I? - VPN Checker

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

Hvad er Where Am I? - VPN Checker?

Where Am I? - VPN Checker er en Chrome-udvidelse udviklet af frontlite-ventures, og dens hovedfunktion er "Displays an icon of a flag of the country you appear to be coming from.".

Udvidelsesskærmbilleder

screenshot

Download Where Am I? - VPN Checker-udvidelses-CRX-fil

Download Where Am I? - VPN Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Where Am I? - VPN Checker Where Am I? - VPN Checker
ID hbgdaefcalonegdjkhfaeabgodpahimo
Officiel URL https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo
Beskrivelse Displays an icon of a flag of the country you appear to be coming from.
Filstørrelse 241 KB
Antal Installationer 698
Nuværende Version 2
Senest Opdateret 2016-08-14
Udgivelsesdato 2016-08-14
Bedømmelse 3.45/5 Samlet 11 Bedømmelser
Udvikler frontlite-ventures
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://frontlite.net/privacy-policy.html
Understøttede Sprog 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
}