HyperChat [Improved YouTube Chat]
Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!
HyperChat [Improved YouTube Chat]คืออะไร?
HyperChat [Improved YouTube Chat] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kento Nishi และคุณลักษณะหลักของมันคือ "Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HyperChat [Improved YouTube Chat]
ดาวน์โหลดไฟล์ส่วนขยาย HyperChat [Improved YouTube Chat] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HyperChat improves the YouTube livestream chat experience with a suite of CPU/RAM optimizations, customization options, and cutting-edge features! FEATURES ▶ CPU/RAM Optimizations ➣ Memory leak patches ➣ Custom-built message renderer ➣ Cross-extension message parser ▶ Customizable appearance ➣ Light/dark theme ➣ Show/hide: • Profile icons • Timestamps • Usernames • User badges • Mentions • Emojis ➣ Toggle sticky superchats ➣ Render system-native emojis ▶ Quality-of-life features ➣ Translate messages with Google Translate ➣ Member-only message filter ➣ Skip emoji-only messages ➣ Auto-switch to "Live Chat" HyperChat is compatible with other chat extensions such as LiveTL and YtcFilter. HyperChat is maintained by the same developers behind LiveTL. HyperChat is, and always will be, fully free and open source. Website: https://livetl.app/hyperchat GitHub: https://github.com/LiveTL/HyperChat Donate: http://opencollective.com/livetl
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HyperChat [Improved YouTube Chat] |
ID | naipgebhooiiccifflecbffmnjbabdbh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hyperchat-improved-youtub/naipgebhooiiccifflecbffmnjbabdbh |
คำอธิบาย | Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features! |
ขนาดไฟล์ | 1.15 MB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 2.6.13 |
อัปเดตครั้งล่าสุด | 2024-02-25 |
วันที่เผยแพร่ | 2021-03-08 |
คะแนน | 4.68/5 รวมทั้งหมด 102 คะแนน |
ผู้พัฒนา | Kento Nishi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://livetl.app/hyperchat |
URL หน้าช่วยเหลือ | https://discord.gg/uJrV3tmthg |
URL หน้านโยบายความเป็นส่วนตัว | https://livetl.app/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HyperChat [Improved YouTube Chat]", "homepage_url": "https:\/\/livetl.app\/en\/hyperchat\/", "description": "Improved YouTube chat with CPU\/RAM optimizations, customization options, and cutting-edge features!", "version": "2.6.13", "permissions": [ "storage" ], "icons": { "48": "assets\/logo-48.png", "128": "assets\/logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/live_chat*", "https:\/\/www.youtube.com\/live_chat_replay*", "https:\/\/studio.youtube.com\/live_chat*", "https:\/\/studio.youtube.com\/live_chat_replay*" ], "js": [ "scripts\/chat-interceptor.js", "scripts\/chat-injector.js" ], "css": [ "stylesheets\/titlebar.css" ], "all_frames": true } ], "background": { "scripts": [ "scripts\/chat-background.js" ], "persistent": true }, "browser_action": { "default_icon": { "48": "assets\/logo-48.png", "128": "assets\/logo-128.png" } }, "web_accessible_resources": [ "*" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "incognito": "split" } |