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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tooltips for Dead by Daylight anywhere on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hex: Tooltip - Tooltips for Dead By Daylight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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