danmu
live danmu(bullet screen) for youtube full screen view
什麼是danmu?
danmu是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“live danmu(bullet screen) for youtube full screen view”。
擴展截圖
下載danmu擴展crx文件
下載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 |
官方網址 | 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 } |