Whomium
Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database.
Whomium क्या है?
Whomium o9000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitors all HTTP requests, logs IP addresses and runs whois lookups on a local database."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Whomium एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |