Hex: Tooltip - Tooltips for Dead By Daylight
Tooltips for Dead by Daylight anywhere on the web.
What is Hex: Tooltip - Tooltips for Dead By Daylight?
Hex: Tooltip - Tooltips for Dead By Daylight is a Chrome extension developed by https://hextooltip.com, and its main feature is "Tooltips for Dead by Daylight anywhere on the web.".
Extension Screenshots
Download Hex: Tooltip - Tooltips for Dead By Daylight Extension CRX File
Download Hex: Tooltip - Tooltips for Dead By Daylight extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dnohamnlekdhjdihnmgjcbellmklhcpc |
Official URL | https://chromewebstore.google.com/detail/hex-tooltip-tooltips-for/dnohamnlekdhjdihnmgjcbellmklhcpc |
Description | Tooltips for Dead by Daylight anywhere on the web. |
File Size | 3.92 MB |
Installation Count | 149 |
Current Version | 1.0.14 |
Last Updated | 2022-07-19 |
Publish Date | 2021-07-01 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://hextooltip.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/stephenpoole/hex-tooltip-extension/issues |
Supported Languages | 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" } } |