Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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" }