MaxChat
Wide chat area for YouTube Live
什么是MaxChat?
MaxChat是由https://null.style开发的Chrome扩展程序,该扩展的主要功能是“Wide chat area for YouTube Live”。
扩展截图
下载MaxChat扩展crx文件
下载MaxChat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
◆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.
扩展基本信息
名称 | MaxChat |
ID | hgfdknfjakjkmdhmcndaajebcfhkodll |
官方URL | https://chromewebstore.google.com/detail/maxchat/hgfdknfjakjkmdhmcndaajebcfhkodll |
简介 | Wide chat area for YouTube Live |
文件大小 | 51.95 KB |
安装次数 | 6,716 |
当前版本 | 2.4.3 |
更新时间 | 2024-02-28 |
上架时间 | 2020-05-20 |
评分 | 4.92/5 共37次评分 |
开发者 | https://null.style |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://null.style |
支持的语言 | 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\/*" ] } |