My IP

Your public IP address and other tracking info

My IP là gì?

My IP là một tiện ích mở rộng Chrome được phát triển bởi https://singleclickapps.com, và tính năng chính của nó là "Your public IP address and other tracking info".

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

screenshot
screenshot

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

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

                        My IP is a tool which will show you your IP address and (if available) your host name, country and city. 
- Shows your public (remote, visible from internet) IP address
- shows location info (if found) -- like country, city and region
- shows the exact location (if available in the IP database) of your device on the map
- shows some other tracking info (host name, http headers)
- shows if Cookies and JavaScript are enabled and what's your browser user-agent string.                    

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

Tên My IP My IP
ID dhbbikoofbipjbkbkckpcnakflgoejli
URL Chính Thức https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli
Mô tả Your public IP address and other tracking info
Kích Thước Tệp 21.68 KB
Số Lần Cài Đặt 681
Phiên Bản Hiện Tại 2.1.0.3
Cập Nhật Lần Cuối 2020-05-11
Ngày Phát Hành 2020-05-11
Đánh Giá 4.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://singleclickapps.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://singleclickapps.com/ip-plus
URL Trang Chính Sách Bảo Mật https://singleclickapps.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My IP",
    "version": "2.1.0.3",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/ip-plus",
    "description": "Your public IP address and other tracking info",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "My IP"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}