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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

HyperChat [Improved YouTube Chat] 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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] 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"
}