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ファイルをダウンロード

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] 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
Eメール [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"
}