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 |
官方URL | 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\/" ] } |