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] Kento Nishi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HyperChat [Improved YouTube Chat] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } |