Show My IP Addresses
Show all of your local and external (IPv4 & IPv6) addresses
什么是Show My IP Addresses?
Show My IP Addresses是由Targetlock.io开发的Chrome扩展程序,该扩展的主要功能是“Show all of your local and external (IPv4 & IPv6) addresses”。
扩展截图
下载Show My IP Addresses扩展crx文件
下载Show My IP Addresses扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Version 1.3.0 Updates: - Even more size optimizations! - Removed advertising. Version 1.2.0 Updates: - Fixed issue where external IP addresses were not being displayed - Optimization for quicker load (We had a pesky one second delay that we couldn't stand) - Shrunk the size of the extension by 43% thanks to those optimizations! See all of your local and external IP addresses (IPv4 & IPv6) without being sent to another website! All IP addresses are shown in the extension popover when you click on the icon. Please post suggestions and reviews!
扩展基本信息
名称 | Show My IP Addresses |
ID | jephmlgehnceimcjkmmafjmlmmjgdnnl |
官方URL | https://chromewebstore.google.com/detail/show-my-ip-addresses/jephmlgehnceimcjkmmafjmlmmjgdnnl |
简介 | Show all of your local and external (IPv4 & IPv6) addresses |
文件大小 | 14.52 KB |
安装次数 | 1,591 |
当前版本 | 1.3.0 |
更新时间 | 2023-08-25 |
上架时间 | 2020-01-11 |
评分 | 4.50/5 共10次评分 |
开发者 | Targetlock.io |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Show My IP Addresses", "short_name": "Show My IP Addresses", "description": "Show all of your local and external (IPv4 & IPv6) addresses", "version": "1.3.0", "author": "EDGE Solutions", "offline_enabled": true, "action": { "default_title": "Show My IP Addresses", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "src\/popup\/popup.html" }, "permissions": [], "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |