Whomium
Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
Cos'è Whomium?
Whomium è un'estensione di Chrome sviluppata da o9000, e la sua funzione principale è "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Whomium
Scarica i file di estensione Whomium in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Whomium |
ID | ekiobcglhoodlbdkclkjbjejfcimmanm |
URL Ufficiale | https://chromewebstore.google.com/detail/whomium/ekiobcglhoodlbdkclkjbjejfcimmanm |
Descrizione | Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database. |
Dimensione del File | 5.27 MB |
Conteggio Installazioni | 16 |
Versione Corrente | 2016.1.9.0 |
Ultimo Aggiornamento | 2016-01-23 |
Data di Pubblicazione | 2016-01-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | o9000 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |