HackerBar

安全工具

HackerBarとは何ですか?

HackerBarはsg3599422によって開発されたChromeの拡張機能で、その主な機能は「安全工具」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

HackerBar拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    ]
}