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.」です。
拡張機能のスクリーンショット
Where Am I? - VPN Checker拡張機能のCRXファイルをダウンロード
Where Am I? - VPN Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Check your IP address with this extension.
It displays a flag of the country you look like you're coming from.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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
}  |  |