Where Am I? - VPN Checker
Displays an icon of a flag of the country you appear to be coming from.
Wat is Where Am I? - VPN Checker?
Where Am I? - VPN Checker is een Chrome-extensie ontwikkeld door frontlite-ventures, en de belangrijkste functie is "Displays an icon of a flag of the country you appear to be coming from.".
Extensie Screenshots
Download het CRX-bestand van de extensie Where Am I? - VPN Checker
Download Where Am I? - VPN Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Check your IP address with this extension.
It displays a flag of the country you look like you're coming from. Basisinformatie over de Extensie
| Naam | |
| ID | hbgdaefcalonegdjkhfaeabgodpahimo |
| Officiële URL | https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo |
| Beschrijving | Displays an icon of a flag of the country you appear to be coming from. |
| Bestandsgrootte | 241 KB |
| Aantal Installaties | 698 |
| Huidige Versie | 2 |
| Laatst Bijgewerkt | 2016-08-14 |
| Publicatiedatum | 2016-08-14 |
| Beoordeling | 3.45/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | frontlite-ventures |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://frontlite.net/privacy-policy.html |
| Ondersteunde Talen | 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
} | |