danmu
live danmu(bullet screen) for youtube full screen view
What is danmu?
danmu is a Chrome extension developed by Unknown, and its main feature is "live danmu(bullet screen) for youtube full screen view".
Extension Screenshots
Download danmu Extension CRX File
Download danmu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | danmu |
ID | okpdlocciaboobfpnegpnccopnhcggle |
Official URL | https://chromewebstore.google.com/detail/danmu/okpdlocciaboobfpnegpnccopnhcggle |
Description | live danmu(bullet screen) for youtube full screen view |
File Size | 270 KB |
Installation Count | 20 |
Current Version | 1.04 |
Last Updated | 2018-08-23 |
Publish Date | 2018-08-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } |