MyIP - ip address and location details

This extension displays your public IPv4 address, provider name and some location.

什么是MyIP - ip address and location details?

MyIP - ip address and location details是由https://nokes.de开发的Chrome扩展程序,该扩展的主要功能是“This extension displays your public IPv4 address, provider name and some location.”。

扩展截图

screenshot

下载MyIP - ip address and location details扩展crx文件

下载MyIP - ip address and location details扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The MyIP extension displays the current IP address, approximate location and some provider information.

It show some details like: ip address, provider name and the region by ip address. You can copy the ip address by clicking the ip and press crtl+c

It's open source: https://codeberg.org/turbopixel/MyIP-Browser-Extension

Cheers!                    

扩展基本信息

名称 MyIP - ip address and location details MyIP - ip address and location details
ID pdnildedfbigagjbaigbalnfdfpijhaf
官方URL https://chromewebstore.google.com/detail/myip-ip-address-and-locat/pdnildedfbigagjbaigbalnfdfpijhaf
简介 This extension displays your public IPv4 address, provider name and some location.
文件大小 24.03 KB
安装次数 1,765
当前版本 1.5.0
更新时间 2023-10-15
上架时间 2019-06-16
评分 4.11/5 共9次评分
开发者 https://nokes.de
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.nokes.de/projekte
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "90",
    "author": "Nico Hemkes",
    "name": "MyIP - ip address and location details",
    "short_name": "MyIP",
    "description": "This extension displays your public IPv4 address, provider name and some location.",
    "homepage_url": "https:\/\/codeberg.org\/turbopixel\/MyIP-Browser-Extension",
    "version": "1.5.0",
    "action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "host_permissions": [
        "*:\/\/ip.seeip.org\/*"
    ]
}