Whomium

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

Wat is Whomium?

Whomium is een Chrome-extensie ontwikkeld door o9000, en de belangrijkste functie is "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Whomium

Download Whomium-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Whomium Whomium
ID ekiobcglhoodlbdkclkjbjejfcimmanm
Officiële URL https://chromewebstore.google.com/detail/whomium/ekiobcglhoodlbdkclkjbjejfcimmanm
Beschrijving Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
Bestandsgrootte 5.27 MB
Aantal Installaties 16
Huidige Versie 2016.1.9.0
Laatst Bijgewerkt 2016-01-23
Publicatiedatum 2016-01-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar o9000
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}