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是由https://securityinfinity.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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"
]
} | |