BotRix

BotRix

The best free software for Trovo, Twitch, Kick and YouTube streamers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "10.3",
  "name": "BotRix",
  "description": "The best free software for Trovo, Twitch, Kick and YouTube streamers.",
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "trovo-features.js",
        "botrix-trovo-store.js"
      ],
      "css": [
        "trovo.css"
      ],
      "matches": [
        "https://trovo.live/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "botrix-features.js"
      ],
      "matches": [
        "https://botrix.live/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "youtube-features.js",
        "botrix-youtube-store.js"
      ],
      "css": [
        "youtube.css"
      ],
      "matches": [
        "https://www.youtube.com/live_chat*"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "js": [
        "kick-features.js"
      ],
      "matches": [
        "https://kick.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "runtime.js",
      "background.js"
    ]
  },
  "permissions": [
    "https://botrix.live/",
    "https://api.botrix.live/",
    "https://trovo.live/",
    "https://open-api.trovo.live/",
    "https://www.youtube.com/",
    "https://kick.com/"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "web_accessible_resources": [
    "assets/silence.mp3"
  ]
}