Twitch Chat for YouTube™
Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.
Что такое Twitch Chat for YouTube™?
Twitch Chat for YouTube™ - это расширение Chrome, разработанное Josh Houghton, и его основная функция - "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.".
Снимки экрана расширения
Скачать файл CRX расширения Twitch Chat for YouTube™
Скачайте файлы расширений Twitch Chat for YouTube™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | dclboeblcnmjpihibhhkmbbdkiaalofl |
| Официальный URL | https://chromewebstore.google.com/detail/twitch-chat-for-youtube/dclboeblcnmjpihibhhkmbbdkiaalofl |
| Описание | Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat. |
| Размер файла | 39.33 KB |
| Количество установок | 695 |
| Текущая Версия | 0.0.7 |
| Последнее Обновление | 2023-07-30 |
| Дата публикации | 2021-11-26 |
| Рейтинг | 4.83/5 Всего 6 оценок |
| Разработчик | Josh Houghton |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |