Whomium

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

O que é Whomium?

Whomium é uma extensão do Chrome desenvolvida por o9000, e sua principal característica é "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Whomium

Baixe arquivos de extensão Whomium no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Whomium Whomium
ID ekiobcglhoodlbdkclkjbjejfcimmanm
URL Oficial https://chromewebstore.google.com/detail/whomium/ekiobcglhoodlbdkclkjbjejfcimmanm
Descrição Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
Tamanho do Arquivo 5.27 MB
Contagem de Instalações 16
Versão Atual 2016.1.9.0
Última Atualização 2016-01-23
Data de Publicação 2016-01-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor o9000
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}