Bilibili Danmu Helper
Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.…
What is Bilibili Danmu Helper?
Bilibili Danmu Helper is a Chrome extension developed by jialiu54321, and its main feature is "Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.…".
Extension Screenshots
Download Bilibili Danmu Helper Extension CRX File
Download Bilibili Danmu Helper 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
Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video. Bilibili弹幕助手,提供弹幕数量分布图,快速找到视频高能区域,提高空降成功率。 v0.0.6 Update details: Support new version Chrome Display different distribution graphs for each page Bug fix
Extension Basic Information
Name | Bilibili Danmu Helper |
ID | gobbhgbhngcmegjdnnlfoebhholmhcmj |
Official URL | https://chromewebstore.google.com/detail/bilibili-danmu-helper/gobbhgbhngcmegjdnnlfoebhholmhcmj |
Description | Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.… |
File Size | 182 KB |
Installation Count | 61 |
Current Version | 0.0.6 |
Last Updated | 2017-04-12 |
Publish Date | 2017-04-12 |
Developer | jialiu54321 |
[email protected] | |
Payment Type | free |
Extension Website | http://jialiu54321.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bilibili Danmu Helper", "version": "0.0.6", "background": { "scripts": [ "jquery-2.2.4.js", "background.js" ] }, "page_action": { "default_icon": { "16": "BiliBH_16.png", "48": "BiliBH_48.png", "128": "BiliBH_128.png" }, "default_title": "Bilibili Danmu Helper", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/localhost\/", "http:\/\/*\/" ], "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*.bilibili.com\/*" ], "js": [ "jquery-2.2.4.js", "highcharts.js", "loadxmldoc.js", "content_script.js" ], "run_at": "document_idle" } ] } |