Show My IP Addresses

Show all of your local and external (IPv4 & IPv6) addresses

Show My IP Addresses란 무엇입니까?

Show My IP Addresses은(는) Targetlock.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show all of your local and external (IPv4 & IPv6) addresses"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Show My IP Addresses 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Version 1.3.0 Updates:
- Even more size optimizations!
- Removed advertising.

Version 1.2.0 Updates:
 - Fixed issue where external IP addresses were not being displayed
 - Optimization for quicker load (We had a pesky one second delay that we couldn't stand)
 - Shrunk the size of the extension by 43% thanks to those optimizations!

See all of your local and external IP addresses (IPv4 & IPv6) without being sent to another website! All IP addresses are shown in the extension popover when you click on the icon. 

Please post suggestions and reviews!                    

확장 프로그램 기본 정보

이름 Show My IP Addresses Show My IP Addresses
ID jephmlgehnceimcjkmmafjmlmmjgdnnl
공식 URL https://chromewebstore.google.com/detail/show-my-ip-addresses/jephmlgehnceimcjkmmafjmlmmjgdnnl
설명 Show all of your local and external (IPv4 & IPv6) addresses
파일 크기 14.52 KB
설치 횟수 1,591
현재 버전 1.3.0
최근 업데이트 2023-08-25
출시 날짜 2020-01-11
평점 4.50/5 총 10 개의 평점
개발자 Targetlock.io
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show My IP Addresses",
    "short_name": "Show My IP Addresses",
    "description": "Show all of your local and external (IPv4 & IPv6) addresses",
    "version": "1.3.0",
    "author": "EDGE Solutions",
    "offline_enabled": true,
    "action": {
        "default_title": "Show My IP Addresses",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [],
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}