HackerBar

安全工具

Was ist HackerBar?

HackerBar ist eine Chrome-Erweiterung, die von sg3599422 entwickelt wurde, und ihr Hauptmerkmal ist "安全工具".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

HackerBar-Erweiterungs-CRX-Datei herunterladen

Laden Sie HackerBar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HackerBar HackerBar
ID fplaffnjgbolllofijjpoebjgbilgkef
Offizielle URL https://chromewebstore.google.com/detail/hackerbar/fplaffnjgbolllofijjpoebjgbilgkef
Beschreibung 安全工具
Dateigröße 925 KB
Installationsanzahl 331
Aktuelle Version 1.0.0
Letztes Update 2023-02-01
Veröffentlichungsdatum 2023-02-01
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler sg3599422
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}