Twitch Chat for YouTube™
Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.
Wat is Twitch Chat for YouTube™?
Twitch Chat for YouTube™ is een Chrome-extensie ontwikkeld door Josh Houghton, en de belangrijkste functie is "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Chat for YouTube™
Download Twitch Chat for YouTube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dclboeblcnmjpihibhhkmbbdkiaalofl |
| Officiële URL | https://chromewebstore.google.com/detail/twitch-chat-for-youtube/dclboeblcnmjpihibhhkmbbdkiaalofl |
| Beschrijving | Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat. |
| Bestandsgrootte | 39.33 KB |
| Aantal Installaties | 695 |
| Huidige Versie | 0.0.7 |
| Laatst Bijgewerkt | 2023-07-30 |
| Publicatiedatum | 2021-11-26 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Josh Houghton |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |