Hex: Tooltip - Tooltips for Dead By Daylight
Tooltips for Dead by Daylight anywhere on the web.
Cos'è Hex: Tooltip - Tooltips for Dead By Daylight?
Hex: Tooltip - Tooltips for Dead By Daylight è un'estensione di Chrome sviluppata da https://hextooltip.com, e la sua funzione principale è "Tooltips for Dead by Daylight anywhere on the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hex: Tooltip - Tooltips for Dead By Daylight
Scarica i file di estensione Hex: Tooltip - Tooltips for Dead By Daylight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dnohamnlekdhjdihnmgjcbellmklhcpc |
URL Ufficiale | https://chromewebstore.google.com/detail/hex-tooltip-tooltips-for/dnohamnlekdhjdihnmgjcbellmklhcpc |
Descrizione | Tooltips for Dead by Daylight anywhere on the web. |
Dimensione del File | 3.92 MB |
Conteggio Installazioni | 149 |
Versione Corrente | 1.0.14 |
Ultimo Aggiornamento | 2022-07-19 |
Data di Pubblicazione | 2021-07-01 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://hextooltip.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/stephenpoole/hex-tooltip-extension/issues |
Lingue Supportate | 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" } } |