KickChat2Twitch Firefox

Examine source code of KickChat2Twitch

Inspect and view changes in KickChat2Twitch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "KickChat2Twitch",
  "version": "1.1.0",
  "description": "Inject Kick chat messages seamlessly into Twitch chat UI for a unified viewing experience.",
  "author": "Rudi Haamke",
  "homepage_url": "https://github.com/superruudje/kickchat2twitch-extension",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "libs/pusher.min.js",
        "kickChat.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "https://kick.com/api/v1/channels/*",
    "wss://ws-us2.pusher.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "kick_logo.jpg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "kickchat2twitch@superruudje.dev"
    }
  }
}

Best KickChat2Twitch Alternatives

Here are some Firefox add-ons that are similar to KickChat2Twitch: