My Public IP
Displays your public IP address and the country that it belongs to.
Что такое My Public IP?
My Public IP - это расширение Chrome, разработанное ml, и его основная функция - "Displays your public IP address and the country that it belongs to.".
Снимки экрана расширения
Скачать файл CRX расширения My Public IP
Скачайте файлы расширений My Public IP в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simply click on the icon to see the information.
IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com. Основная информация о расширении
| Название | |
| ID | mfogaajkjakkhpidbcbpfbbibgbmjihk |
| Официальный URL | https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk |
| Описание | Displays your public IP address and the country that it belongs to. |
| Размер файла | 262 KB |
| Количество установок | 250 |
| Текущая Версия | 1.3 |
| Последнее Обновление | 2021-03-03 |
| Дата публикации | 2020-04-22 |
| Рейтинг | 4.50/5 Всего 2 оценок |
| Разработчик | ml |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "My Public IP",
"description": "Displays your public IP address and the country that it belongs to.",
"version": "1.3",
"browser_action": {
"default_popup": "index.html",
"default_title": "My Public IP"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [],
"web_accessible_resources": [
"images\/*"
]
} | |