IP Address & Geolocation
Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses.
IP Address & Geolocation란 무엇입니까?
IP Address & Geolocation은(는) https://aykutcevik.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses."입니다.
확장 프로그램 스크린샷
IP Address & Geolocation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A badge of your current country is shown on the icon, which will refresh every 3s. So you can easily see, if you have a broken VPN or proxy connection when the country-code changes unexpectedly. Additionally a notification appears on your desktop when one of your IP addresses (IPv4 or IPv6) has changed - of course, it can be turned off in settings.
You can also display your position on a map by clicking the corresponding button next to the IP address.
Your user agent is shown in the entries as well.
Please feel free to contribute at GitHub:
https://github.com/AykutCevik/Geolocate-IP-Browser-Extension
The request to the server to obtain your geolocational information is secured at least with TLSv1. Also Perfect Forward Secrecy is enabled. 확장 프로그램 기본 정보
| 이름 | |
| ID | lfncinhjhjgebfnnblppmbmkgjgifhdf |
| 공식 URL | https://chromewebstore.google.com/detail/ip-address-geolocation/lfncinhjhjgebfnnblppmbmkgjgifhdf |
| 설명 | Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses. |
| 파일 크기 | 373 KB |
| 설치 횟수 | 10,164 |
| 현재 버전 | 2.1.0 |
| 최근 업데이트 | 2022-08-19 |
| 출시 날짜 | 2020-04-10 |
| 평점 | 4.15/5 총 33 개의 평점 |
| 개발자 | https://aykutcevik.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/AykutCevik/Geolocate-IP-Browser-Extension |
| 도움말 페이지 URL | https://github.com/AykutCevik/Geolocate-IP-Browser-Extension/issues |
| 개인정보 보호 정책 페이지 URL | https://aykutcevik.com/blog/extensions-privacy-policy |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IP Address & Geolocation",
"version": "2.1.0",
"manifest_version": 2,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"description": "Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses.",
"background": {
"page": "background.html"
},
"incognito": "split",
"minimum_chrome_version": "25",
"offline_enabled": false,
"options_page": "options.html",
"permissions": [
"notifications"
],
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html",
"default_title": "IP Address & Geolocation"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"options_ui": {
"page": "options.html",
"browser_style": false,
"open_in_tab": true
}
} | |