YouTube LiveChat Flusher (Danmaku LiveChat)
Provides bullet chatting (danmaku) on YouTube Live, like niconico or bilibili.
什麼是YouTube LiveChat Flusher (Danmaku LiveChat)?
YouTube LiveChat Flusher (Danmaku LiveChat)是由_y_s開發的Chrome擴展程式,該擴展的主要功能是“Provides bullet chatting (danmaku) on YouTube Live, like niconico or bilibili.”。
擴展截圖
下載YouTube LiveChat Flusher (Danmaku LiveChat)擴展crx文件
下載YouTube LiveChat Flusher (Danmaku LiveChat)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This add-on provides bullet chatting (danmaku) on Youtube Live, like niconico or bilibili.
Under development, it may not works well*.
*: Please refresh page If it doesn't work.
Only available on page which has chat frame opening on right of the window.
## Features
- You can pause each message by right click, and then move it left/right by scroll up/down.
- Vote result will be also rendered. (Streaming ONLY)
- Message Translation is available. (using Google Translate)
## Configurable Options
- Animation Duration
- Font Size / Number of Lines / Line Height
- Font Family/ Weight - CSS-syntax (Comma-separated; Font name containing spaces must be enclosed in quotation marks.) (e.g. Roboto, "Noto Sans JP")
- Stroke Style - Color, Offset, Blur.
- Chat Layer Opacity
- Background Opacity - Superchat, Milestone etc.
- Max Width / Wrap Mode
- Display Limit (Max Number of Messages)
- Simultaneous Messages - Behavior when loaded many messages at same time.
- Emoji Expression
- Visibility of items and text color with each below types:
- Chat by normal user
- Chat by member
- Chat by moderator
- Chat by channel owner
- Chat by verified user
- Chat by you
- Super Chat
- Super Sticker
- New membership
- Milestones by member
- Common CSS - Your custom CSS (Applied to all chat messages.)
- Message Translation
- Hotkeys (Keyboard Shortcuts)
- Banned Words List
Configuration control panel is available from "Gear" icon as with video quality and CC.
## Screenshots
- [NEXT COLOR PLANET / 星街すいせい(official) - YouTube](https://www.youtube.com/watch?v=vQHVGXdcqEQ)
- [【#神楽めあ新衣装】初めての新衣装お披露目配信(⋈◍>◡<◍)。✧♡ - YouTube](https://www.youtube.com/watch?v=NWbzQ2iHgnw)
- [【Vampire Survivors】神ゲー🌟ヴァンパイアが緑の地に挑戦!!!【ホロライブ/夜空メル】 - YouTube](https://www.youtube.com/watch?v=dsnGWY5XXAE)
## DISCLAIMER
The developer is not responsible for any damage caused by the add-on. It is noted that the add-on is not developed and published as a business, therefore it does not infringe upon any patent rights of DWANGO Co., Ltd. in Japan. 擴展基本資訊
| 名稱 | |
| ID | kkjglcpgfpjlaloboikfcoofameeljbe |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-livechat-flusher/kkjglcpgfpjlaloboikfcoofameeljbe |
| 簡介 | Provides bullet chatting (danmaku) on YouTube Live, like niconico or bilibili. |
| 檔案大小 | 29.54 KB |
| 安裝次數 | 14,867 |
| 目前版本 | 0.5.2 |
| 更新時間 | 2024-01-29 |
| 上架時間 | 2022-07-04 |
| 評分 | 4.39/5 共 18 次評分 |
| 開發者 | _y_s |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://github.com/ys-j/YoutubeLiveChatFlusher |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_manifestName__",
"version": "0.5.2",
"author": "_y_s",
"content_scripts": [
{
"all_frames": true,
"css": [
"content.css"
],
"js": [
"content.js"
],
"matches": [
"*:\/\/www.youtube.com\/*"
],
"run_at": "document_end"
}
],
"default_locale": "en",
"description": "__MSG_manifestDescription__",
"homepage_url": "https:\/\/github.com\/ys-j\/YoutubeLiveChatFlusher",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"layer.css"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
]
} | |