Whomium

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

什么是Whomium?

Whomium是由o9000开发的Chrome扩展程序,该扩展的主要功能是“Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.”。

扩展截图

screenshot
screenshot
screenshot

下载Whomium扩展crx文件

下载Whomium扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Whomium Whomium
ID ekiobcglhoodlbdkclkjbjejfcimmanm
官方URL https://chromewebstore.google.com/detail/whomium/ekiobcglhoodlbdkclkjbjejfcimmanm
简介 Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
文件大小 5.27 MB
安装次数 16
当前版本 2016.1.9.0
更新时间 2016-01-23
上架时间 2016-01-23
评分 5.00/5 共2次评分
开发者 o9000
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}