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"
}
} | |