Hex: Tooltip - Tooltips for Dead By Daylight

Hex: Tooltip - Tooltips for Dead By Daylight

Tooltips for Dead by Daylight anywhere on the web.

Merlin
Additional files are visible only to premium users

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"
  }
}