MaxChat
Wide chat area for YouTube Live
What is MaxChat?
MaxChat is a Chrome extension developed by https://null.style, and its main feature is "Wide chat area for YouTube Live".
Extension Screenshots
Download MaxChat Extension CRX File
Download MaxChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
◆features This extension spread YouTube Live chat area to the bottom of the browser. You can also press the refresh button to reload the comments. ◆If you find a problem Please contact me on Twitter (@nulltypo). I can't respond to reviews. ◆Disclaimer I'm not responsible for any loss or damage caused by this extension.
Extension Basic Information
Name | MaxChat |
ID | hgfdknfjakjkmdhmcndaajebcfhkodll |
Official URL | https://chromewebstore.google.com/detail/maxchat/hgfdknfjakjkmdhmcndaajebcfhkodll |
Description | Wide chat area for YouTube Live |
File Size | 51.95 KB |
Installation Count | 6,716 |
Current Version | 2.4.3 |
Last Updated | 2024-02-28 |
Publish Date | 2020-05-20 |
Rating | 4.92/5 Total 37 Ratings |
Developer | https://null.style |
[email protected] | |
Payment Type | free |
Extension Website | https://null.style |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MaxChat", "version": "2.4.3", "author": "@nulltypo", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "refresh.svg" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "mc.js" ], "css": [ "style.css" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |