IPMonitor
IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
Что такое IPMonitor?
IPMonitor - это расширение Chrome, разработанное ZiB, и его основная функция - "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".
Снимки экрана расширения
Скачать файл CRX расширения IPMonitor
Скачайте файлы расширений IPMonitor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
IPMonitor is all about getting to know your current IP address. Whether you are using a VPN or proxy, if your IP is still unchanged, there's something fishy with the cloaking services you are using. So, use, IPMonitor to get to know your current IP address to make sure there's no IP leakages taking place and your true identity is anonymous.
Основная информация о расширении
Название | |
ID | oodjlfepkheipoglihhbapdcelcaojje |
Официальный URL | https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje |
Описание | IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP. |
Размер файла | 1.32 MB |
Количество установок | 92 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-03-04 |
Дата публикации | 2018-03-04 |
Рейтинг | 4.57/5 Всего 7 оценок |
Разработчик | ZiB |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPMonitor", "version": "1.0", "author": "Vadagon", "manifest_version": 2, "description": "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.", "browser_action": { "default_icon": { "128": "images\/logo.png" }, "default_popup": "popup.html", "default_title": "Show your IP" }, "icons": { "128": "images\/logo.png" }, "web_accessible_resources": [ "images\/*", "fonts\/*", "scripts\/*" ], "minimum_chrome_version": "32" } |