Hex: Tooltip - Tooltips for Dead By Daylight
Tooltips for Dead by Daylight anywhere on the web.
O que é Hex: Tooltip - Tooltips for Dead By Daylight?
Hex: Tooltip - Tooltips for Dead By Daylight é uma extensão do Chrome desenvolvida por https://hextooltip.com, e sua principal característica é "Tooltips for Dead by Daylight anywhere on the web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hex: Tooltip - Tooltips for Dead By Daylight
Baixe arquivos de extensão Hex: Tooltip - Tooltips for Dead By Daylight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dnohamnlekdhjdihnmgjcbellmklhcpc |
URL Oficial | https://chromewebstore.google.com/detail/hex-tooltip-tooltips-for/dnohamnlekdhjdihnmgjcbellmklhcpc |
Descrição | Tooltips for Dead by Daylight anywhere on the web. |
Tamanho do Arquivo | 3.92 MB |
Contagem de Instalações | 149 |
Versão Atual | 1.0.14 |
Última Atualização | 2022-07-19 |
Data de Publicação | 2021-07-01 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://hextooltip.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/stephenpoole/hex-tooltip-extension/issues |
Idiomas Suportados | 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" } } |