前方高能
A small tool for visualizing the density of damuku from videos in Bilibili
What is 前方高能?
前方高能 is a Chrome extension developed by Peter Wang, and its main feature is "A small tool for visualizing the density of damuku from videos in Bilibili".
Extension Screenshots
Download 前方高能 Extension CRX File
Download 前方高能 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 的视频下面显示一个图表,并且可以通过点击图表上的时间来快速空降到对应的时间! 这个插件是开源的,代码可以在下面的地址中获得!并且这个插件还在持续开发! https://github.com/peterwang1996/QianFangGaoNeng
Extension Basic Information
Name | 前方高能 |
ID | aifplikdlpjakalndboebgcaichdeoeo |
Official URL | https://chromewebstore.google.com/detail/%E5%89%8D%E6%96%B9%E9%AB%98%E8%83%BD/aifplikdlpjakalndboebgcaichdeoeo |
Description | A small tool for visualizing the density of damuku from videos in Bilibili |
File Size | 221 KB |
Installation Count | 61 |
Current Version | 1.3 |
Last Updated | 2017-04-08 |
Publish Date | 2017-04-08 |
Rating | 4.17/5 Total 6 Ratings |
Developer | Peter Wang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/peterwang1996/QianFangGaoNeng |
Help Page URL | https://github.com/peterwang1996/QianFangGaoNeng/issues |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u524d\u65b9\u9ad8\u80fd", "version": "1.3", "description": "A small tool for visualizing the density of damuku from videos in Bilibili", "manifest_version": 2, "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "background": { "scripts": [ ".\/third-party\/js\/jquery-3.1.1.min.js" ] }, "permissions": [ "*:\/\/*.bilibili.com\/*", "storage" ], "browser_action": { "default_title": "", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/www.bilibili.com\/video\/av*" ], "js": [ ".\/third-party\/js\/echarts.custom.js", ".\/third-party\/js\/jquery-3.1.1.min.js", ".\/js\/bilibili\/constVar.js", ".\/js\/bilibili\/normal.js", ".\/js\/common\/danmukuProcess.js", ".\/js\/bilibili\/mainFunc.js", ".\/js\/common\/commonConstVar.js" ] }, { "all_frames": false, "matches": [ "*:\/\/bangumi.bilibili.com\/anime\/*\/play*" ], "js": [ ".\/third-party\/js\/echarts.custom.js", ".\/third-party\/js\/jquery-3.1.1.min.js", ".\/js\/bilibili\/constVar.js", ".\/js\/bilibili\/bangumi.js", ".\/js\/common\/danmukuProcess.js", ".\/js\/bilibili\/mainFunc.js", ".\/js\/common\/commonConstVar.js" ] } ] } |