Hex: Tooltip - Tooltips for Dead By Daylight

Tooltips for Dead by Daylight anywhere on the web.

Hvad er Hex: Tooltip - Tooltips for Dead By Daylight?

Hex: Tooltip - Tooltips for Dead By Daylight er en Chrome-udvidelse udviklet af https://hextooltip.com, og dens hovedfunktion er "Tooltips for Dead by Daylight anywhere on the web.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Hex: Tooltip - Tooltips for Dead By Daylight-udvidelses-CRX-fil

Download Hex: Tooltip - Tooltips for Dead By Daylight-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hex: Tooltip - Tooltips for Dead By Daylight Hex: Tooltip - Tooltips for Dead By Daylight
ID dnohamnlekdhjdihnmgjcbellmklhcpc
Officiel URL https://chromewebstore.google.com/detail/hex-tooltip-tooltips-for/dnohamnlekdhjdihnmgjcbellmklhcpc
Beskrivelse Tooltips for Dead by Daylight anywhere on the web.
Filstørrelse 3.92 MB
Antal Installationer 149
Nuværende Version 1.0.14
Senest Opdateret 2022-07-19
Udgivelsesdato 2021-07-01
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://hextooltip.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/stephenpoole/hex-tooltip-extension/issues
Understøttede Sprog 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"
    }
}