WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HyperChat [Improved YouTube Chat]

HyperChat [Improved YouTube Chat]

View on Chrome Web Store
View HyperChat [Improved YouTube Chat] Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (162 ratings)
1 new ratings
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!
Type
Extension
Users
50,000 users
10K
Kento Nishi
View author page of Kento Nishi
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 8, 2021
Version 3.1.1
Manifest version
3
Updated
Updated on August 12, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View HyperChat [Improved YouTube Chat] Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HyperChat [Improved YouTube Chat]",
    "version": "3.1.1",
    "homepage_url": "https:\/\/livetl.app\/hyperchat",
    "description": "Improved YouTube chat with CPU\/RAM optimizations, customization options, and cutting-edge features!",
    "icons": {
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "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*"
    ],
    "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-injector.js"
            ],
            "css": [
                "stylesheets\/titlebar.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/embed\/hyperchat_embed?*"
            ],
            "js": [
                "scripts\/chat-mounter.js"
            ],
            "css": [
                "stylesheets\/scrollbar.css",
                "stylesheets\/page404.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "scripts\/chat-background.js"
    },
    "action": {
        "default_icon": {
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        },
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "incognito": "split"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top