Whomium

Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.

Whomium là gì?

Whomium là một tiện ích mở rộng Chrome được phát triển bởi o9000, và tính năng chính của nó là "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.".

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

screenshot
screenshot
screenshot

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

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

                        Click the blue "i" action button on the right of the address bar to view a log of all HTTP requests created by the current tab. IP addresses, domain names, AS numbers, AS names and network names will be displayed.

None of the information collected by this extension is transmitted over the network, nor stored on disk. All whois lookups are performed against a local database included with the extension.

Note: whois information is not always accurate. For more information see the license file included with the extension.                    

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

Tên Whomium Whomium
ID ekiobcglhoodlbdkclkjbjejfcimmanm
URL Chính Thức https://chromewebstore.google.com/detail/whomium/ekiobcglhoodlbdkclkjbjejfcimmanm
Mô tả Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
Kích Thước Tệp 5.27 MB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 2016.1.9.0
Cập Nhật Lần Cuối 2016-01-23
Ngày Phát Hành 2016-01-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển o9000
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": "Whomium",
    "description": "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.",
    "version": "2016.1.9.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Whomium",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "popup": "ui.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}