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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

YouTube LiveChat Flusher (Danmaku LiveChat) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 YouTube LiveChat Flusher (Danmaku LiveChat) YouTube LiveChat Flusher (Danmaku LiveChat)
ID kkjglcpgfpjlaloboikfcoofameeljbe
공식 URL 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\/*"
            ]
        }
    ]
}