Twitch Danmaku(NicoNico style)

Show twitch chat and comments with NicoNico style(danmaku) in the live.

Twitch Danmaku(NicoNico style)란 무엇입니까?

Twitch Danmaku(NicoNico style)은(는) Live3D에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show twitch chat and comments with NicoNico style(danmaku) in the live."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Twitch Danmaku(NicoNico style) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Show twitch chat and comments with NicoNico style(danmaku) in the live.
That chrome extension can help you watch twitch chat directly on the stream in full screen mode. Chat Danmaku will be scrolled on top of the stream being played.

Main settings of the extension:
- Username
- Duration
- Opacity
- Font size
- Bold
- Text style
- Density


How to use: 
1. Click “Add to Chrome” and install Twitch danmaku-niconico
2. Visit twitch.tv
3. Watch the live and bullet comments(danmu)
4. Sign in with twitch account.
5. Write a danmu to this live.
6. Have fun!

If you like it, recommend it to others and give a nice review. It really helps.                    

확장 프로그램 기본 정보

이름 Twitch Danmaku(NicoNico style) Twitch Danmaku(NicoNico style)
ID cecgmkjinnohgnokkfmldmklhocndnia
공식 URL https://chromewebstore.google.com/detail/twitch-danmakuniconico-st/cecgmkjinnohgnokkfmldmklhocndnia
설명 Show twitch chat and comments with NicoNico style(danmaku) in the live.
파일 크기 90.74 KB
설치 횟수 559
현재 버전 1.1
최근 업데이트 2022-09-29
출시 날짜 2022-08-26
평점 5.00/5 총 12 개의 평점
개발자 Live3D
이메일 [email protected]
결제 유형 free
지원되는 언어 en,tr,da,et,hr,it,lv,pt-PT,sk,sl,cs,bg,kn-IN,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/classDanmaku.css"
            ],
            "js": [
                "lib\/jQuery\/jquery-3.3.1.min.js",
                "lib\/classDanmaku.js",
                "lib\/twitchChatDanmaku.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "action": {
        "default_icon": {
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "48": "icons\/icon-48.png",
            "16": "icons\/icon-16.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "declarativeContent",
        "fontSettings",
        "storage",
        "tabs"
    ],
    "version": "1.1"
}