IP-TRACKER LOOKUP

Shows your internet ip address and give you general details about an IP address.

IP-TRACKER LOOKUP là gì?

IP-TRACKER LOOKUP là một tiện ích mở rộng Chrome được phát triển bởi http://clanputos.com, và tính năng chính của nó là "Shows your internet ip address and give you general details about an IP address.".

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

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

                        Shows your internet ip address and give you general details about an IP address

Donation:
https://paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2P5NGYC2RFAK4

thanks very much                    

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

Tên IP-TRACKER LOOKUP IP-TRACKER LOOKUP
ID nboleejpleoliioadnjdpnmckbgegfdd
URL Chính Thức https://chrome.google.com/webstore/detail/ip-tracker-lookup/nboleejpleoliioadnjdpnmckbgegfdd
Mô tả Shows your internet ip address and give you general details about an IP address.
Kích Thước Tệp 9.15 KB
Số Lần Cài Đặt 228
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-04-07
Ngày Phát Hành 2017-04-07
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://clanputos.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://mariantonio.net
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Shows your internet ip address and give you general details about an IP address.",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "48": "ico48.png"
    },
    "manifest_version": 2,
    "name": "IP-TRACKER LOOKUP",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "icon_19.png",
        "icon_48.png",
        "icon_128.png"
    ]
}