Where Am I? - VPN Checker

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

Τι είναι το Where Am I? - VPN Checker;

Το Where Am I? - VPN Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον frontlite-ventures, και η κύρια λειτουργία του είναι "Displays an icon of a flag of the country you appear to be coming from.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Where Am I? - VPN Checker

Λήψη αρχείων επέκτασης Where Am I? - VPN Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Where Am I? - VPN Checker Where Am I? - VPN Checker
ID hbgdaefcalonegdjkhfaeabgodpahimo
Επίσημο URL https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo
Περιγραφή Displays an icon of a flag of the country you appear to be coming from.
Μέγεθος Αρχείου 241 KB
Αριθμός Εγκαταστάσεων 698
Τρέχουσα Έκδοση 2
Τελευταία Ενημέρωση 2016-08-14
Ημερομηνία Δημοσίευσης 2016-08-14
Αξιολόγηση 3.45/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής frontlite-ventures
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://frontlite.net/privacy-policy.html
Υποστηριζόμενες Γλώσσες 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
}