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
官方網址 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"
    }
}