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
Eメール [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
}