show-my-ip

View your IP address

show-my-ip là gì?

show-my-ip là một tiện ích mở rộng Chrome được phát triển bởi http://twin.sh, và tính năng chính của nó là "View your IP address".

Ả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 show-my-ip

Tải xuống các tệp mở rộng show-my-ip 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

                        This Add-on allows you to view your browser without having to navigate to sites like https://www.whatismyip.com/

This extension is also open source, and you can see it at the following address:
https://github.com/TwiN/show-my-ip

This add-on does not save any of your information, however, since it's not possible to directly access your public IP address without a 3rd party server, it does require access to the following URL:
https://twin.sh/api/v1/ip

In case that API goes down, a call will be made to the fallback API:
http://ip-api.com/line?fields=query                    

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

Tên show-my-ip show-my-ip
ID njjhkglmjpklhkfchpjdjjnfjjmeghho
URL Chính Thức https://chrome.google.com/webstore/detail/show-my-ip/njjhkglmjpklhkfchpjdjjnfjjmeghho
Mô tả View your IP address
Kích Thước Tệp 13.25 KB
Số Lần Cài Đặt 278
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-11-02
Ngày Phát Hành 2019-11-29
Nhà Phát Triển http://twin.sh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "show-my-ip",
    "description": "View your IP address",
    "version": "1.6",
    "homepage_url": "https:\/\/github.com\/TwinProduction\/show-my-ip",
    "manifest_version": 2,
    "author": "TwinProduction",
    "icons": {
        "16": "data\/icon-16.png",
        "32": "data\/icon-32.png",
        "64": "data\/icon-64.png",
        "128": "data\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Display your IP address",
        "default_popup": "data\/index.html",
        "default_icon": {
            "16": "data\/icon-16.png",
            "32": "data\/icon-32.png",
            "64": "data\/icon-64.png",
            "128": "data\/icon-128.png"
        }
    },
    "permissions": [
        "https:\/\/twin.sh\/api\/v1\/ip",
        "http:\/\/ip-api.com\/line?fields=query",
        "webRequest",
        "clipboardWrite"
    ]
}