Where Am I? - VPN Checker

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

Where Am I? - VPN Checker란 무엇입니까?

Where Am I? - VPN Checker은(는) frontlite-ventures에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays an icon of a flag of the country you appear to be coming from."입니다.

확장 프로그램 스크린샷

screenshot

Where Am I? - VPN Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Where Am I? - VPN Checker Where Am I? - VPN Checker
ID hbgdaefcalonegdjkhfaeabgodpahimo
공식 URL https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo
설명 Displays an icon of a flag of the country you appear to be coming from.
파일 크기 241 KB
설치 횟수 698
현재 버전 2
최근 업데이트 2016-08-14
출시 날짜 2016-08-14
평점 3.45/5 총 11 개의 평점
개발자 frontlite-ventures
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://frontlite.net/privacy-policy.html
지원되는 언어 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
}