HackerBar

安全工具

ما هو HackerBar؟

HackerBar هو إضافة Chrome تم تطويرها بواسطة sg3599422، والميزة الرئيسية لها هي "安全工具".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HackerBar

قم بتنزيل ملفات الامتداد HackerBar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The HackerBar plugin tells you where the website is hosted (country, city), who owns the IP and other services/ ports are open. Besides, the HackerBar help to obtain the company's shareholding information and manually provide users to search ip,domain and so on which like  asset mapping function.                    

معلومات أساسية عن التمديد

الاسم HackerBar HackerBar
ID fplaffnjgbolllofijjpoebjgbilgkef
عنوان URL الرسمي https://chromewebstore.google.com/detail/hackerbar/fplaffnjgbolllofijjpoebjgbilgkef
الوصف 安全工具
حجم الملف 925 KB
عدد التثبيتات 331
النسخة الحالية 1.0.0
آخر تحديث 2023-02-01
تاريخ النشر 2023-02-01
تقييم 3.00/5 مجموع تقييمات 2
المطور sg3599422
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HackerBar",
    "version": "1.0.0",
    "description": "\u5b89\u5168\u5de5\u5177",
    "icons": {
        "16": ".\/img\/icon.png",
        "128": ".\/img\/icon.png",
        "48": ".\/img\/icon.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "HackerBar",
        "default_icon": ".\/img\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                ".\/umi.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "run_at": "document_end"
        }
    ]
}