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 | 
| 官方網址 | 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
}  |  |