Website IP location trace - SecurityInfinity
Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…
Что такое Website IP location trace - SecurityInfinity?
Website IP location trace - SecurityInfinity - это расширение Chrome, разработанное https://securityinfinity.com, и его основная функция - "Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…".
Снимки экрана расширения
Скачать файл CRX расширения Website IP location trace - SecurityInfinity
Скачайте файлы расширений Website IP location trace - SecurityInfinity в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP tracking to determine the location of the website's server. This can be useful for a variety of reasons, such as determining the location of a company or organization, or checking to see if a website is located in a country with stricter internet regulations. Additionally, it can also help in identifying any potential location-based limitations or geo-restrictions on the website. This extension can be installed easily and is user-friendly, making it easy for anyone to use. Overall, Website IP location trace chrome extension is a valuable tool for anyone who wants to learn more about the geographical location of websites they visit. Основная информация о расширении
| Название | |
| ID | lddcnkomocngdoimaghdneddciekmghc |
| Официальный URL | https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc |
| Описание | Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP… |
| Размер файла | 23.44 KB |
| Количество установок | 32 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2023-01-29 |
| Дата публикации | 2023-01-29 |
| Разработчик | https://securityinfinity.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://securityinfinity.com |
| URL страницы помощи | https://securityinfinity.com/contact |
| URL страницы политики конфиденциальности | https://securityinfinity.com/privacy-policy |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Website IP location trace - SecurityInfinity",
"version": "1.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
]
} | |