HackerBar

安全工具

Wat is HackerBar?

HackerBar is een Chrome-extensie ontwikkeld door sg3599422, en de belangrijkste functie is "安全工具".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie HackerBar

Download HackerBar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HackerBar HackerBar
ID fplaffnjgbolllofijjpoebjgbilgkef
Officiële URL https://chromewebstore.google.com/detail/hackerbar/fplaffnjgbolllofijjpoebjgbilgkef
Beschrijving 安全工具
Bestandsgrootte 925 KB
Aantal Installaties 331
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-02-01
Publicatiedatum 2023-02-01
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sg3599422
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}