Where Am I? - VPN Checker

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

Apa itu Where Am I? - VPN Checker?

Where Am I? - VPN Checker adalah ekstensi Chrome yang dikembangkan oleh frontlite-ventures, dan fitur utamanya adalah "Displays an icon of a flag of the country you appear to be coming from.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Where Am I? - VPN Checker

Unduh file ekstensi Where Am I? - VPN Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Where Am I? - VPN Checker Where Am I? - VPN Checker
ID hbgdaefcalonegdjkhfaeabgodpahimo
URL Resmi https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo
Deskripsi Displays an icon of a flag of the country you appear to be coming from.
Ukuran File 241 KB
Jumlah Instalasi 698
Versi Saat Ini 2
Terakhir Diperbarui 2016-08-14
Tanggal Publikasi 2016-08-14
Penilaian 3.45/5 Total 11 Penilaian
Pengembang frontlite-ventures
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://frontlite.net/privacy-policy.html
Bahasa yang Didukung 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
}