Hype Map

Hype Map

Hype Map overlays Twitch chat activity over Twitch VODs, allowing you to skip to the best spots of the VOD for enabled streams. It…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hype Map",
  "version": "0.8.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{088233e0-37ae-4fc7-9124-85c41e65418e}",
      "strict_min_version": "48.0"
    }
  },
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*",
        "https://dashboard.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "index.js",
    "index.css"
  ],
  "permissions": [
    "https://www.twitch.tv/*",
    "https://dashboard.twitch.tv/*",
    "storage"
  ],
  "manifest_version": 2
}