MyIPAddress

MyIPAddress is an extension that gives you your public ip address information such as which country and city is.

MyIPAddress là gì?

MyIPAddress là một tiện ích mở rộng Chrome được phát triển bởi https://freeipapi.com, và tính năng chính của nó là "MyIPAddress is an extension that gives you your public ip address information such as which country and city is.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MyIPAddress

Tải xuống các tệp mở rộng MyIPAddress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        MyIPAddress is an extension that gives you your public ip address information such as which country and city is.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MyIPAddress MyIPAddress
ID ggnknplpocgpecggogjfeimgillocidi
URL Chính Thức https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi
Mô tả MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Kích Thước Tệp 15.37 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-04-15
Ngày Phát Hành 2022-10-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://freeipapi.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://freeipapi.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}