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文件
下載IP Address & Geolocation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | IP Address & Geolocation |
ID | lfncinhjhjgebfnnblppmbmkgjgifhdf |
官方網址 | 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 } } |