HackerBar

安全工具

HackerBarคืออะไร?

HackerBar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sg3599422 และคุณลักษณะหลักของมันคือ "安全工具"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HackerBar

ดาวน์โหลดไฟล์ส่วนขยาย HackerBar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}