ShoutMatch

ShoutMatch

Displays the most popular cheers, jeers, and emotes used by the stream viewers on Twitch.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ShoutMatch",
  "description": "Displays the most popular cheers, jeers, and emotes used by the stream viewers.",
  "version": "2.0.9",
  "manifest_version": 2,
  "homepage_url": "https://www.brutefarce.net/shoutmatch",
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_end",
      "matches": [
        "*://*/*"
      ],
      "js": [
        "ShoutMatch-vendor.js",
        "ShoutMatch.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/*",
    "styles/*",
    "templates/*",
    "settings/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bcbf1ee3-7001-4741-b6d7-1963888a9dc4}"
    }
  }
}