Where Am I? - VPN Checker
Displays an icon of a flag of the country you appear to be coming from.
What is Where Am I? - VPN Checker?
Where Am I? - VPN Checker is a Chrome extension developed by frontlite-ventures, and its main feature is "Displays an icon of a flag of the country you appear to be coming from.".
Extension Screenshots
Download Where Am I? - VPN Checker Extension CRX File
Download Where Am I? - VPN Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Check your IP address with this extension. It displays a flag of the country you look like you're coming from.
Extension Basic Information
Name | Where Am I? - VPN Checker |
ID | hbgdaefcalonegdjkhfaeabgodpahimo |
Official URL | 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. |
File Size | 241 KB |
Installation Count | 698 |
Current Version | 2 |
Last Updated | 2016-08-14 |
Publish Date | 2016-08-14 |
Rating | 3.45/5 Total 11 Ratings |
Developer | frontlite-ventures |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://frontlite.net/privacy-policy.html |
Supported Languages | 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 } |