Whomium

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

Was ist Whomium?

Whomium ist eine Chrome-Erweiterung, die von o9000 entwickelt wurde, und ihr Hauptmerkmal ist "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Whomium-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whomium-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Whomium Whomium
ID ekiobcglhoodlbdkclkjbjejfcimmanm
Offizielle URL https://chromewebstore.google.com/detail/whomium/ekiobcglhoodlbdkclkjbjejfcimmanm
Beschreibung Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
Dateigröße 5.27 MB
Installationsanzahl 16
Aktuelle Version 2016.1.9.0
Letztes Update 2016-01-23
Veröffentlichungsdatum 2016-01-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler o9000
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}