Twitch Chat for YouTube™
Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.
Hvad er Twitch Chat for YouTube™?
Twitch Chat for YouTube™ er en Chrome-udvidelse udviklet af Josh Houghton, og dens hovedfunktion er "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.".
Udvidelsesskærmbilleder
Download Twitch Chat for YouTube™-udvidelses-CRX-fil
Download Twitch Chat for YouTube™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dclboeblcnmjpihibhhkmbbdkiaalofl |
| Officiel URL | https://chromewebstore.google.com/detail/twitch-chat-for-youtube/dclboeblcnmjpihibhhkmbbdkiaalofl |
| Beskrivelse | Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat. |
| Filstørrelse | 39.33 KB |
| Antal Installationer | 695 |
| Nuværende Version | 0.0.7 |
| Senest Opdateret | 2023-07-30 |
| Udgivelsesdato | 2021-11-26 |
| Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
| Udvikler | Josh Houghton |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |