Whatismyipaddress - Show My IP address

Show your IP address, ISP, location, DNS. You can get my IP address more information.

Whatismyipaddress - Show My IP address란 무엇입니까?

Whatismyipaddress - Show My IP address은(는) https://windows11tools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show your IP address, ISP, location, DNS. You can get my IP address more information."입니다.

확장 프로그램 스크린샷

screenshot

Whatismyipaddress - Show My IP address 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. 

Features:
Shows your current IP address information.
Detailed information about city, country, latitude, longitude and location shown on Google Maps. 
Log your IP history and notify you when it changes.  
Shows the country and city where your IP address is located. 
Information about IPv4 and IPv6.
See all official registration information related to your IP address.                    

확장 프로그램 기본 정보

이름 Whatismyipaddress - Show My IP address Whatismyipaddress - Show My IP address
ID lfcnpljmmpocjjdcnjegakopjfpemodn
공식 URL https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn
설명 Show your IP address, ISP, location, DNS. You can get my IP address more information.
파일 크기 146 KB
설치 횟수 46
현재 버전 2.0.2
최근 업데이트 2021-10-21
출시 날짜 2021-10-21
평점 5.00/5 총 7 개의 평점
개발자 https://windows11tools.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://windows11tools.com/
개인정보 보호 정책 페이지 URL https://windows11tools.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatismyipaddress - Show My IP address",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.",
    "background": {
        "scripts": [
            "js\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.19.png",
            "38": "images\/icon.38.png"
        },
        "default_title": "Show my IP",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon.128.png"
    },
    "incognito": "spanning",
    "minimum_chrome_version": "17",
    "permissions": [
        "http:\/\/*.hidemyass.com\/",
        "http:\/\/*.hmageo.com\/"
    ]
}