HyperChat [Improved YouTube Chat]

Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!

¿Qué es HyperChat [Improved YouTube Chat]?

HyperChat [Improved YouTube Chat] es una extensión de Chrome desarrollada por Kento Nishi, y su función principal es "Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HyperChat [Improved YouTube Chat]

Descarga archivos de extensión HyperChat [Improved YouTube Chat] en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre HyperChat [Improved YouTube Chat] HyperChat [Improved YouTube Chat]
ID naipgebhooiiccifflecbffmnjbabdbh
URL Oficial https://chromewebstore.google.com/detail/hyperchat-improved-youtub/naipgebhooiiccifflecbffmnjbabdbh
Descripción Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!
Tamaño del Archivo 1.15 MB
Cantidad de Instalaciones 10,000
Versión Actual 2.6.13
Última Actualización 2024-02-25
Fecha de Publicación 2021-03-08
Calificación 4.68/5 Total de 102 Calificaciones
Desarrollador Kento Nishi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://livetl.app/hyperchat
URL de la Página de Ayuda https://discord.gg/uJrV3tmthg
URL de la Página de Política de Privacidad https://livetl.app/privacy
Idiomas Soportados 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"
}