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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |