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
官方網址 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
}