Whomium

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

Vad är Whomium?

Whomium är en Chrome-tillägg utvecklad av o9000, och dess huvudfunktion är "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Whomium-förlängningens CRX-fil

Ladda ner Whomium-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Whomium Whomium
ID ekiobcglhoodlbdkclkjbjejfcimmanm
Officiell webbadress https://chromewebstore.google.com/detail/whomium/ekiobcglhoodlbdkclkjbjejfcimmanm
Beskrivning Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
Filstorlek 5.27 MB
Antal Installationer 16
Aktuell Version 2016.1.9.0
Senast Uppdaterad 2016-01-23
Publiceringsdatum 2016-01-23
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare o9000
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}