Hex: Tooltip - Tooltips for Dead By Daylight

Tooltips for Dead by Daylight anywhere on the web.

Wat is Hex: Tooltip - Tooltips for Dead By Daylight?

Hex: Tooltip - Tooltips for Dead By Daylight is een Chrome-extensie ontwikkeld door https://hextooltip.com, en de belangrijkste functie is "Tooltips for Dead by Daylight anywhere on the web.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Hex: Tooltip - Tooltips for Dead By Daylight

Download Hex: Tooltip - Tooltips for Dead By Daylight-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hex: Tooltip - Tooltips for Dead By Daylight Hex: Tooltip - Tooltips for Dead By Daylight
ID dnohamnlekdhjdihnmgjcbellmklhcpc
Officiële URL https://chromewebstore.google.com/detail/hex-tooltip-tooltips-for/dnohamnlekdhjdihnmgjcbellmklhcpc
Beschrijving Tooltips for Dead by Daylight anywhere on the web.
Bestandsgrootte 3.92 MB
Aantal Installaties 149
Huidige Versie 1.0.14
Laatst Bijgewerkt 2022-07-19
Publicatiedatum 2021-07-01
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://hextooltip.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/stephenpoole/hex-tooltip-extension/issues
Ondersteunde Talen 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"
    }
}