Whomium

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

Что такое Whomium?

Whomium - это расширение Chrome, разработанное o9000, и его основная функция - "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Whomium

Скачайте файлы расширений 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
Электронная почта [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
}