Hex: Tooltip - Tooltips for Dead By Daylight

Tooltips for Dead by Daylight anywhere on the web.

Что такое Hex: Tooltip - Tooltips for Dead By Daylight?

Hex: Tooltip - Tooltips for Dead By Daylight - это расширение Chrome, разработанное https://hextooltip.com, и его основная функция - "Tooltips for Dead by Daylight anywhere on the web.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Hex: Tooltip - Tooltips for Dead By Daylight

Скачайте файлы расширений Hex: Tooltip - Tooltips for Dead By Daylight в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Hex: Tooltip puts everything about Dead by Daylight on any web page you visit. Ever find yourself trying to follow a conversation about Dead by Daylight and can't seem to? Hex: Tooltip is for you. Just install and it'll automatically recognize perks, items, addons, killers, survivors, and offerings, showing a helpful tooltip with information just like in-game. No more manually searching to find out what things do, just hover your mouse over the name.                    

Основная информация о расширении

Название Hex: Tooltip - Tooltips for Dead By Daylight Hex: Tooltip - Tooltips for Dead By Daylight
ID dnohamnlekdhjdihnmgjcbellmklhcpc
Официальный URL https://chromewebstore.google.com/detail/hex-tooltip-tooltips-for/dnohamnlekdhjdihnmgjcbellmklhcpc
Описание Tooltips for Dead by Daylight anywhere on the web.
Размер файла 3.92 MB
Количество установок 149
Текущая Версия 1.0.14
Последнее Обновление 2022-07-19
Дата публикации 2021-07-01
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://hextooltip.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/stephenpoole/hex-tooltip-extension/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hex: Tooltip - Tooltips for Dead By Daylight",
    "description": "Tooltips for Dead by Daylight anywhere on the web.",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/hextooltip.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "version": "1.0.14",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}