Whatismyipaddress - Show My IP address
Show your IP address, ISP, location, DNS. You can get my IP address more information.
什麼是Whatismyipaddress - Show My IP address?
Whatismyipaddress - Show My IP address是由https://windows11tools.com開發的Chrome擴展程式,該擴展的主要功能是“Show your IP address, ISP, location, DNS. You can get my IP address more information.”。
擴展截圖
下載Whatismyipaddress - Show My IP address擴展crx文件
下載Whatismyipaddress - Show My IP address擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. Features: Shows your current IP address information. Detailed information about city, country, latitude, longitude and location shown on Google Maps. Log your IP history and notify you when it changes. Shows the country and city where your IP address is located. Information about IPv4 and IPv6. See all official registration information related to your IP address.
擴展基本資訊
名稱 | |
ID | lfcnpljmmpocjjdcnjegakopjfpemodn |
官方網址 | https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn |
簡介 | Show your IP address, ISP, location, DNS. You can get my IP address more information. |
檔案大小 | 146 KB |
安裝次數 | 46 |
目前版本 | 2.0.2 |
更新時間 | 2021-10-21 |
上架時間 | 2021-10-21 |
評分 | 5.00/5 共 7 次評分 |
開發者 | https://windows11tools.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://windows11tools.com/ |
隱私政策頁面URL | https://windows11tools.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatismyipaddress - Show My IP address", "version": "2.0.2", "manifest_version": 2, "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.", "background": { "scripts": [ "js\/main.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.19.png", "38": "images\/icon.38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.128.png" }, "incognito": "spanning", "minimum_chrome_version": "17", "permissions": [ "http:\/\/*.hidemyass.com\/", "http:\/\/*.hmageo.com\/" ] } |