Where Am I?

This extension shows your location and IP address so you can check if your VPN works!

Что такое Where Am I??

Where Am I? - это расширение Chrome, разработанное Virej Dasani, и его основная функция - "This extension shows your location and IP address so you can check if your VPN works!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Where Am I?

Скачайте файлы расширений Where Am I? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With this extension, you can check if your VPN or location spoofing is working/turned-on by clicking the extension icon. It will show your location and IP address.                    

Основная информация о расширении

Название Where Am I? Where Am I?
ID omdigpceoegkkeleilnnhcphljchbiec
Официальный URL https://chromewebstore.google.com/detail/where-am-i/omdigpceoegkkeleilnnhcphljchbiec
Описание This extension shows your location and IP address so you can check if your VPN works!
Размер файла 76.91 KB
Количество установок 149
Текущая Версия 1.0
Последнее Обновление 2021-03-21
Дата публикации 2021-03-21
Рейтинг 4.00/5 Всего 4 оценок
Разработчик Virej Dasani
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://virejdasani.github.io/virej/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Where Am I?",
    "description": "This extension shows your location and IP address so you can check if your VPN works!",
    "version": "1.0",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "public\/popup.html"
    }
}