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是由https://hextooltip.com开发的Chrome扩展程序,该扩展的主要功能是“Tooltips for Dead by Daylight anywhere on the web.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Hex: Tooltip - Tooltips for Dead By Daylight扩展crx文件

下载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"
    }
}