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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |