IP Geolocator

Locate any IP address quickly!

Что такое IP Geolocator?

IP Geolocator - это расширение Chrome, разработанное https://searchbases.com, и его основная функция - "Locate any IP address quickly!".

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

screenshot
screenshot
screenshot

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

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

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

                        IP Geolocator is a non-intrusive IP location lookup technology that retrieves geolocation information with no explicit permission required from users. All you need is your client’s IP address.

Please Note: The extension is using a free service to display your IP and geo location data (http://ipinfo.io/). If there seems to be a problem with a specific IP or the resulting location data I can not do anything about it since I'm not in any way affiliated with the services the extension is using. Sorry for the circumstances. I'm just happy such services exist and thus provide a stable solution for most users.                    

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

Название IP Geolocator IP Geolocator
ID fipippkclmhbknmbnhplcfmbeanifead
Официальный URL https://chromewebstore.google.com/detail/ip-geolocator/fipippkclmhbknmbnhplcfmbeanifead
Описание Locate any IP address quickly!
Размер файла 42.29 KB
Количество установок 27
Текущая Версия 1.0.0
Последнее Обновление 2022-02-26
Дата публикации 2022-02-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://searchbases.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Geolocator",
    "version": "1.0.0",
    "description": "Locate any IP address quickly!",
    "manifest_version": 3,
    "author": "Asijit Paul",
    "permissions": [],
    "action": {
        "default_title": "IP Geolocator",
        "default_popup": "index.html",
        "default_icon": {
            "32": "icons\/32.png",
            "72": "icons\/72.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "32": "icons\/32.png",
        "72": "icons\/72.png",
        "128": "icons\/128.png"
    }
}