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