Hex: Tooltip - Tooltips for Dead By Daylight
Tooltips for Dead by Daylight anywhere on the web.
Hex: Tooltip - Tooltips for Dead By Daylightとは何ですか?
Hex: Tooltip - Tooltips for Dead By Daylightはhttps://hextooltip.comによって開発されたChromeの拡張機能で、その主な機能は「Tooltips for Dead by Daylight anywhere on the web.」です。
拡張機能のスクリーンショット
Hex: Tooltip - Tooltips for Dead By Daylight拡張機能のCRXファイルをダウンロード
Hex: Tooltip - Tooltips for Dead By Daylight拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | dnohamnlekdhjdihnmgjcbellmklhcpc |
公式URL | https://chromewebstore.google.com/detail/hex-tooltip-tooltips-for/dnohamnlekdhjdihnmgjcbellmklhcpc |
説明 | Tooltips for Dead by Daylight anywhere on the web. |
ファイルサイズ | 3.92 MB |
インストール数 | 149 |
現在のバージョン | 1.0.14 |
最終更新日 | 2022-07-19 |
公開日 | 2021-07-01 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | https://hextooltip.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/stephenpoole/hex-tooltip-extension/issues |
対応言語 | 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" } } |