Whomium
Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
Qu'est-ce que Whomium ?
Whomium est une extension Chrome développée par o9000, et sa fonction principale est "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Whomium
Téléchargez les fichiers d'extension Whomium au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Whomium |
ID | ekiobcglhoodlbdkclkjbjejfcimmanm |
URL Officiel | https://chromewebstore.google.com/detail/whomium/ekiobcglhoodlbdkclkjbjejfcimmanm |
Description | Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database. |
Taille du Fichier | 5.27 MB |
Nombre d'Installations | 16 |
Version Actuelle | 2016.1.9.0 |
Dernière Mise à Jour | 2016-01-23 |
Date de Publication | 2016-01-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | o9000 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |