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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://discord.gg/uJrV3tmthg |
عنوان صفحة سياسة الخصوصية | 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" } |