Twitch Danmaku(NicoNico style)
Show twitch chat and comments with NicoNico style(danmaku) in the live.
Twitch Danmaku(NicoNico style)คืออะไร?
Twitch Danmaku(NicoNico style) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Live3D และคุณลักษณะหลักของมันคือ "Show twitch chat and comments with NicoNico style(danmaku) in the live."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Danmaku(NicoNico style)
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Danmaku(NicoNico style) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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) |
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" } |