Whomium

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

Co to jest Whomium?

Whomium to rozszerzenie Chrome opracowane przez o9000, a jego główną funkcją jest „Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Whomium

Pobierz pliki rozszerzeń Whomium w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Whomium Whomium
ID ekiobcglhoodlbdkclkjbjejfcimmanm
Oficjalny URL https://chromewebstore.google.com/detail/whomium/ekiobcglhoodlbdkclkjbjejfcimmanm
Opis Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
Rozmiar pliku 5.27 MB
Liczba instalacji 16
Aktualna Wersja 2016.1.9.0
Ostatnia Aktualizacja 2016-01-23
Data Publikacji 2016-01-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper o9000
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}