Whats My Info
Shows your IP address and other useful info.
什么是Whats My Info?
Whats My Info是由https://www.esolutions.se开发的Chrome扩展程序,该扩展的主要功能是“Shows your IP address and other useful info.”。
扩展截图
下载Whats My Info扩展crx文件
下载Whats My Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple extension that shows you the IP address that you have today, and other valuable information such as installed plug-ins, screen resolution, etc.
扩展基本信息
名称 | Whats My Info |
ID | oapbcignlcnknkkhpdnlcdkpeffiagce |
官方URL | https://chromewebstore.google.com/detail/whats-my-info/oapbcignlcnknkkhpdnlcdkpeffiagce |
简介 | Shows your IP address and other useful info. |
文件大小 | 83.2 KB |
安装次数 | 188 |
当前版本 | 1.1.7 |
更新时间 | 2023-02-16 |
上架时间 | 2014-11-03 |
评分 | 4.90/5 共10次评分 |
开发者 | https://www.esolutions.se |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.esolutions.se |
隐私政策页面URL | https://www.esolutions.se/PrivacyPolicy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whats My Info", "description": "Shows your IP address and other useful info.", "version": "1.1.7", "browser_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_popup": "popup.html", "default_title": "Whats My Info" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "web_accessible_resources": [ "img\/48.png" ] } |