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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}