Whatismyipaddress - Show My IP address

Show your IP address, ISP, location, DNS. You can get my IP address more information.

Whatismyipaddress - Show My IP address là gì?

Whatismyipaddress - Show My IP address là một tiện ích mở rộng Chrome được phát triển bởi https://windows11tools.com, và tính năng chính của nó là "Show your IP address, ISP, location, DNS. You can get my IP address more information.".

Ả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 Whatismyipaddress - Show My IP address

Tải xuống các tệp mở rộng Whatismyipaddress - Show My IP address 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

                        Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. 

Features:
Shows your current IP address information.
Detailed information about city, country, latitude, longitude and location shown on Google Maps. 
Log your IP history and notify you when it changes.  
Shows the country and city where your IP address is located. 
Information about IPv4 and IPv6.
See all official registration information related to your IP address.                    

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

Tên Whatismyipaddress - Show My IP address Whatismyipaddress - Show My IP address
ID lfcnpljmmpocjjdcnjegakopjfpemodn
URL Chính Thức https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn
Mô tả Show your IP address, ISP, location, DNS. You can get my IP address more information.
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2021-10-21
Ngày Phát Hành 2021-10-21
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://windows11tools.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://windows11tools.com/
URL Trang Chính Sách Bảo Mật https://windows11tools.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatismyipaddress - Show My IP address",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.",
    "background": {
        "scripts": [
            "js\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.19.png",
            "38": "images\/icon.38.png"
        },
        "default_title": "Show my IP",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon.128.png"
    },
    "incognito": "spanning",
    "minimum_chrome_version": "17",
    "permissions": [
        "http:\/\/*.hidemyass.com\/",
        "http:\/\/*.hmageo.com\/"
    ]
}