My IP address
Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history.
My IP address란 무엇입니까?
My IP address은(는) https://dnslytics.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history."입니다.
확장 프로그램 스크린샷
My IP address 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension shows detailed information about your IP address, domain and ISP. For example the ISP name, location, ISP, DNS, whois, routing, hosting, domain neighbors, DNSBL, BGP and ASN information. Functions: -Summary of the network information like ISP, ASN, BGP, subnet, DNS servers and reverse DNS. -Checks to see if your IP address is listed on the most popular DNS based anti-spam databases. -Checks to see if your IP address is listed on the most popular blocklists. -See all official registration information related to your IP address. -Find other websites hosted on the same IP address (domain neighbors). -Shows the geographical location of your IP address. -Summary of the country where your IP address is located.
확장 프로그램 기본 정보
이름 | My IP address |
ID | monhkdcehmbdgkhgpccaccbbcgcfpjkd |
공식 URL | https://chromewebstore.google.com/detail/my-ip-address/monhkdcehmbdgkhgpccaccbbcgcfpjkd |
설명 | Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history. |
파일 크기 | 323 KB |
설치 횟수 | 45,199 |
현재 버전 | 2.0.5 |
최근 업데이트 | 2023-11-25 |
출시 날짜 | 2017-08-09 |
평점 | 3.89/5 총 402 개의 평점 |
개발자 | https://dnslytics.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dnslytics.com/browser-extensions-addons-accelerators |
도움말 페이지 URL | https://search.dnslytics.com/contact |
개인정보 보호 정책 페이지 URL | https://dnslytics.com/privacy-policy |
지원되는 언어 | id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icon32.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "icon128.png", "32": "icon32.png", "64": "icon64.png" }, "manifest_version": 3, "name": "__MSG_name__", "background": { "service_worker": "bg.js" }, "permissions": [ "alarms", "notifications", "storage" ], "host_permissions": [ "https:\/\/*.dnslytics.net\/*" ], "version": "2.0.5", "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https:\/\/*.dnslytics.net; img-src https:\/\/*.dnslytics.net;" } } |