Where Am I? - VPN Checker
Displays an icon of a flag of the country you appear to be coming from.
Co to jest Where Am I? - VPN Checker?
Where Am I? - VPN Checker to rozszerzenie Chrome opracowane przez frontlite-ventures, a jego główną funkcją jest „Displays an icon of a flag of the country you appear to be coming from.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Where Am I? - VPN Checker
Pobierz pliki rozszerzeń Where Am I? - VPN Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Check your IP address with this extension.
It displays a flag of the country you look like you're coming from.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | hbgdaefcalonegdjkhfaeabgodpahimo | 
| Oficjalny URL | https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo | 
| Opis | Displays an icon of a flag of the country you appear to be coming from. | 
| Rozmiar pliku | 241 KB | 
| Liczba instalacji | 698 | 
| Aktualna Wersja | 2 | 
| Ostatnia Aktualizacja | 2016-08-14 | 
| Data Publikacji | 2016-08-14 | 
| Ocena | 3.45/5 Łącznie 11 Oceny | 
| Deweloper | frontlite-ventures | 
| [email protected] | |
| Typ Płatności | free | 
| Adres URL Strony Polityki Prywatności | https://frontlite.net/privacy-policy.html | 
| Obsługiwane Języki | 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
}  |  |