MyIP - ip address and location details
This extension displays your public IPv4 address, provider name and some location.
MyIP - ip address and location details란 무엇입니까?
MyIP - ip address and location details은(는) https://nokes.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays your public IPv4 address, provider name and some location."입니다.
확장 프로그램 스크린샷
MyIP - ip address and location details 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The MyIP extension displays the current IP address, approximate location and some provider information. It show some details like: ip address, provider name and the region by ip address. You can copy the ip address by clicking the ip and press crtl+c It's open source: https://codeberg.org/turbopixel/MyIP-Browser-Extension Cheers!
확장 프로그램 기본 정보
이름 | MyIP - ip address and location details |
ID | pdnildedfbigagjbaigbalnfdfpijhaf |
공식 URL | https://chromewebstore.google.com/detail/myip-ip-address-and-locat/pdnildedfbigagjbaigbalnfdfpijhaf |
설명 | This extension displays your public IPv4 address, provider name and some location. |
파일 크기 | 24.03 KB |
설치 횟수 | 1,765 |
현재 버전 | 1.5.0 |
최근 업데이트 | 2023-10-15 |
출시 날짜 | 2019-06-16 |
평점 | 4.11/5 총 9 개의 평점 |
개발자 | https://nokes.de |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.nokes.de/projekte |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "90", "author": "Nico Hemkes", "name": "MyIP - ip address and location details", "short_name": "MyIP", "description": "This extension displays your public IPv4 address, provider name and some location.", "homepage_url": "https:\/\/codeberg.org\/turbopixel\/MyIP-Browser-Extension", "version": "1.5.0", "action": { "default_icon": "icons\/icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "host_permissions": [ "*:\/\/ip.seeip.org\/*" ] } |