MyIPAddress
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
什么是MyIPAddress?
MyIPAddress是由https://freeipapi.com开发的Chrome扩展程序,该扩展的主要功能是“MyIPAddress is an extension that gives you your public ip address information such as which country and city is.”。
扩展截图
下载MyIPAddress扩展crx文件
下载MyIPAddress扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
扩展基本信息
名称 | MyIPAddress |
ID | ggnknplpocgpecggogjfeimgillocidi |
官方URL | https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi |
简介 | MyIPAddress is an extension that gives you your public ip address information such as which country and city is. |
文件大小 | 15.37 KB |
安装次数 | 66 |
当前版本 | 1.0.2 |
更新时间 | 2023-04-15 |
上架时间 | 2022-10-05 |
评分 | 5.00/5 共1次评分 |
开发者 | https://freeipapi.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://freeipapi.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "manifest_version": 3, "name": "MyIPAddress", "permissions": [ "webRequest" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "action": { "default_icon": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "default_title": "Click Me", "default_popup": "popup.html" } } |