MaxChat
Wide chat area for YouTube Live
MaxChatคืออะไร?
MaxChat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://null.style และคุณลักษณะหลักของมันคือ "Wide chat area for YouTube Live"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MaxChat
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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\/*"
]
} | |