Twitch Chat for YouTube™
Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.
What is Twitch Chat for YouTube™?
Twitch Chat for YouTube™ is a Chrome extension developed by Josh Houghton, and its main feature is "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.".
Extension Screenshots
Download Twitch Chat for YouTube™ Extension CRX File
Download Twitch Chat for YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows any Twitch channel's chat to be embedded in any YouTube page where there is a chatbox, in place of YouTube's own chat. Twitch Chat for YouTube™ YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Extension Basic Information
Name | Twitch Chat for YouTube™ |
ID | dclboeblcnmjpihibhhkmbbdkiaalofl |
Official URL | https://chromewebstore.google.com/detail/twitch-chat-for-youtube/dclboeblcnmjpihibhhkmbbdkiaalofl |
Description | Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat. |
File Size | 39.33 KB |
Installation Count | 695 |
Current Version | 0.0.7 |
Last Updated | 2023-07-30 |
Publish Date | 2021-11-26 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Josh Houghton |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Chat for YouTube\u2122", "version": "0.0.7", "manifest_version": 3, "description": "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "default_title": "Get Twitch Chat on YouTube" }, "permissions": [ "scripting", "activeTab" ], "background": { "service_worker": "src\/bg\/background.js" } } |