danmu
live danmu(bullet screen) for youtube full screen view
danmuคืออะไร?
danmu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "live danmu(bullet screen) for youtube full screen view"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย danmu
ดาวน์โหลดไฟล์ส่วนขยาย danmu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show animated bullet screen of chat comments in Youtube Live. Click the icon to toggle and set font & speed in option panel. Later it will support more Live platform such as Twitch and so on.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | danmu |
ID | okpdlocciaboobfpnegpnccopnhcggle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/danmu/okpdlocciaboobfpnegpnccopnhcggle |
คำอธิบาย | live danmu(bullet screen) for youtube full screen view |
ขนาดไฟล์ | 270 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.04 |
อัปเดตครั้งล่าสุด | 2018-08-23 |
วันที่เผยแพร่ | 2018-08-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "danmu", "description": "live danmu(bullet screen) for youtube full screen view", "version": "1.04", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "resource\/iconOn.png", "48": "resource\/iconOn.png", "128": "resource\/iconOn.png" }, "browser_action": { "default_title": "danmu", "default_icon": "resource\/iconOff.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "danmu.js" ], "run_at": "document_start", "all_frames": true } ], "options_page": "options.html", "manifest_version": 2 } |