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…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Website IP location trace - SecurityInfinity Website IP location trace - SecurityInfinity
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"
    ]
}