Hex: Tooltip - Tooltips for Dead By Daylight

Tooltips for Dead by Daylight anywhere on the web.

Qu'est-ce que Hex: Tooltip - Tooltips for Dead By Daylight ?

Hex: Tooltip - Tooltips for Dead By Daylight est une extension Chrome développée par https://hextooltip.com, et sa fonction principale est "Tooltips for Dead by Daylight anywhere on the web.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Hex: Tooltip - Tooltips for Dead By Daylight

Téléchargez les fichiers d'extension Hex: Tooltip - Tooltips for Dead By Daylight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hex: Tooltip - Tooltips for Dead By Daylight Hex: Tooltip - Tooltips for Dead By Daylight
ID dnohamnlekdhjdihnmgjcbellmklhcpc
URL Officiel https://chromewebstore.google.com/detail/hex-tooltip-tooltips-for/dnohamnlekdhjdihnmgjcbellmklhcpc
Description Tooltips for Dead by Daylight anywhere on the web.
Taille du Fichier 3.92 MB
Nombre d'Installations 149
Version Actuelle 1.0.14
Dernière Mise à Jour 2022-07-19
Date de Publication 2021-07-01
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://hextooltip.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/stephenpoole/hex-tooltip-extension/issues
Langues Prises en Charge 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"
    }
}