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 - это расширение Chrome, разработанное frontlite-ventures, и его основная функция - "Displays an icon of a flag of the country you appear to be coming from.".
Снимки экрана расширения
Скачать файл CRX расширения Where Am I? - VPN Checker
Скачайте файлы расширений 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 | 
| Электронная почта | [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
}  |  |