HackerBar

安全工具

What is HackerBar?

HackerBar is a Chrome extension developed by sg3599422, and its main feature is "安全工具".

Extension Screenshots

screenshot
screenshot
screenshot

Download HackerBar Extension CRX File

Download HackerBar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name HackerBar HackerBar
ID fplaffnjgbolllofijjpoebjgbilgkef
Official URL https://chromewebstore.google.com/detail/hackerbar/fplaffnjgbolllofijjpoebjgbilgkef
Description 安全工具
File Size 925 KB
Installation Count 331
Current Version 1.0.0
Last Updated 2023-02-01
Publish Date 2023-02-01
Rating 3.00/5 Total 2 Ratings
Developer sg3599422
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}