Where Am I? - VPN Checker
Displays an icon of a flag of the country you appear to be coming from.
¿Qué es Where Am I? - VPN Checker?
Where Am I? - VPN Checker es una extensión de Chrome desarrollada por frontlite-ventures, y su función principal es "Displays an icon of a flag of the country you appear to be coming from.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Where Am I? - VPN Checker
Descarga archivos de extensión Where Am I? - VPN Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Check your IP address with this extension.
It displays a flag of the country you look like you're coming from. Información Básica de la Extensión
| Nombre | |
| ID | hbgdaefcalonegdjkhfaeabgodpahimo |
| URL Oficial | https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo |
| Descripción | Displays an icon of a flag of the country you appear to be coming from. |
| Tamaño del Archivo | 241 KB |
| Cantidad de Instalaciones | 698 |
| Versión Actual | 2 |
| Última Actualización | 2016-08-14 |
| Fecha de Publicación | 2016-08-14 |
| Calificación | 3.45/5 Total de 11 Calificaciones |
| Desarrollador | frontlite-ventures |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| URL de la Página de Política de Privacidad | https://frontlite.net/privacy-policy.html |
| Idiomas Soportados | 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
} | |