Twitch Chat for YouTube™
Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.
Vad är Twitch Chat for YouTube™?
Twitch Chat for YouTube™ är en Chrome-tillägg utvecklad av Josh Houghton, och dess huvudfunktion är "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.".
Tilläggsskärmbilder
Ladda ner Twitch Chat for YouTube™-förlängningens CRX-fil
Ladda ner Twitch Chat for YouTube™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | dclboeblcnmjpihibhhkmbbdkiaalofl |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-chat-for-youtube/dclboeblcnmjpihibhhkmbbdkiaalofl |
| Beskrivning | Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat. |
| Filstorlek | 39.33 KB |
| Antal Installationer | 695 |
| Aktuell Version | 0.0.7 |
| Senast Uppdaterad | 2023-07-30 |
| Publiceringsdatum | 2021-11-26 |
| Betyg | 4.83/5 Totalt 6 Betyg |
| Utvecklare | Josh Houghton |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |