MyIPAddress

MyIPAddress is an extension that gives you your public ip address information such as which country and city is.

Что такое MyIPAddress?

MyIPAddress - это расширение Chrome, разработанное https://freeipapi.com, и его основная функция - "MyIPAddress is an extension that gives you your public ip address information such as which country and city is.".

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

screenshot

Скачать файл CRX расширения MyIPAddress

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

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

                        MyIPAddress is an extension that gives you your public ip address information such as which country and city is.                    

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

Название MyIPAddress MyIPAddress
ID ggnknplpocgpecggogjfeimgillocidi
Официальный URL https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi
Описание MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Размер файла 15.37 KB
Количество установок 66
Текущая Версия 1.0.2
Последнее Обновление 2023-04-15
Дата публикации 2022-10-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://freeipapi.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://freeipapi.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "MyIPAddress",
    "permissions": [
        "webRequest"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "24": "images\/icon-24x24.png",
        "32": "images\/icon-32x32.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        },
        "default_title": "Click Me",
        "default_popup": "popup.html"
    }
}