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…”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Website IP location trace - SecurityInfinity Website IP location trace - SecurityInfinity
ID lddcnkomocngdoimaghdneddciekmghc
官方網址 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"
    ]
}