HackerBar

安全工具

HackerBar란 무엇입니까?

HackerBar은(는) sg3599422에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "安全工具"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

HackerBar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}