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
}