HackerBar

安全工具

Что такое HackerBar?

HackerBar - это расширение Chrome, разработанное sg3599422, и его основная функция - "安全工具".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения HackerBar

Скачайте файлы расширений 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
Электронная почта [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"
        }
    ]
}