Where Am I? - VPN Checker

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

Was ist Where Am I? - VPN Checker?

Where Am I? - VPN Checker ist eine Chrome-Erweiterung, die von frontlite-ventures entwickelt wurde, und ihr Hauptmerkmal ist "Displays an icon of a flag of the country you appear to be coming from.".

Erweiterungsscreenshots

screenshot

Where Am I? - VPN Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Where Am I? - VPN Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Where Am I? - VPN Checker Where Am I? - VPN Checker
ID hbgdaefcalonegdjkhfaeabgodpahimo
Offizielle URL https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo
Beschreibung Displays an icon of a flag of the country you appear to be coming from.
Dateigröße 241 KB
Installationsanzahl 698
Aktuelle Version 2
Letztes Update 2016-08-14
Veröffentlichungsdatum 2016-08-14
Bewertung 3.45/5 Insgesamt 11 Bewertungen
Entwickler frontlite-ventures
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://frontlite.net/privacy-policy.html
Unterstützte Sprachen 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
}