HackerBar

安全工具

Cos'è HackerBar?

HackerBar è un'estensione di Chrome sviluppata da sg3599422, e la sua funzione principale è "安全工具".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HackerBar

Scarica i file di estensione HackerBar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HackerBar HackerBar
ID fplaffnjgbolllofijjpoebjgbilgkef
URL Ufficiale https://chromewebstore.google.com/detail/hackerbar/fplaffnjgbolllofijjpoebjgbilgkef
Descrizione 安全工具
Dimensione del File 925 KB
Conteggio Installazioni 331
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-02-01
Data di Pubblicazione 2023-02-01
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore sg3599422
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}