Where Am I? - VPN Checker

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

Qu'est-ce que Where Am I? - VPN Checker ?

Where Am I? - VPN Checker est une extension Chrome développée par frontlite-ventures, et sa fonction principale est "Displays an icon of a flag of the country you appear to be coming from.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Where Am I? - VPN Checker

Téléchargez les fichiers d'extension Where Am I? - VPN Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Where Am I? - VPN Checker Where Am I? - VPN Checker
ID hbgdaefcalonegdjkhfaeabgodpahimo
URL Officiel https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo
Description Displays an icon of a flag of the country you appear to be coming from.
Taille du Fichier 241 KB
Nombre d'Installations 698
Version Actuelle 2
Dernière Mise à Jour 2016-08-14
Date de Publication 2016-08-14
Évaluation 3.45/5 Total 11 Évaluations
Développeur frontlite-ventures
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://frontlite.net/privacy-policy.html
Langues Prises en Charge 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
}