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. 扩展基本信息
| 名称 | |
| 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
} | |