Raid Support

Raid Support

Automatically redirect streamer raids directly to the raided channel so your view counts towards the streamers total.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Raid Support",
  "version": "1.0",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "description": "Automatically redirect streamer raids directly to the raided channel so your view counts towards the streamers total.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "*://www.twitch.tv/*"
  ]
}