IP to Country Flag & MY IP - WhatIsMyIP.click

Display the IP and Country information of the currently viewed website and also display's your external IP address.

IP to Country Flag & MY IP - WhatIsMyIP.click란 무엇입니까?

IP to Country Flag & MY IP - WhatIsMyIP.click은(는) https://whatismyip.click에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display the IP and Country information of the currently viewed website and also display's your external IP address."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IP to Country Flag & MY IP - WhatIsMyIP.click 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Display the IP and Country information of the currently viewed website and also quickly obtain your external IP address. 

Shows 
-The IP and Country Flag of the website you are currently on
- Your IP address
- RDNS information

Version 1.0.0.18
- Fixed performance issue

Version 1.0.0.16
- Changed font

Version 1.0.0.16
- Fixed layout issue

Version 1.0.0.15
- Performance modifications
- Load balancing
- Added Alexa Link

Version 1.0.0.14
- New WHOIS format                    

확장 프로그램 기본 정보

이름 IP to Country Flag & MY IP - WhatIsMyIP.click IP to Country Flag & MY IP - WhatIsMyIP.click
ID emanejijncjdmojiabcfkolkkjdnnmol
공식 URL https://chromewebstore.google.com/detail/ip-to-country-flag-my-ip/emanejijncjdmojiabcfkolkkjdnnmol
설명 Display the IP and Country information of the currently viewed website and also display's your external IP address.
파일 크기 966 KB
설치 횟수 649
현재 버전 1.0.0.18
최근 업데이트 2018-08-14
출시 날짜 2018-08-14
평점 3.80/5 총 5 개의 평점
개발자 https://whatismyip.click
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://eria.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP to Country Flag & MY IP - WhatIsMyIP.click",
    "description": "Display the IP and Country information of the currently viewed website and also display's your external IP address.",
    "version": "1.0.0.18",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html",
        "default_title": "IP to Country Flag & My IP - WhatIsMyIP.click"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "",
        "tabs"
    ]
}