前方高能
A small tool for visualizing the density of damuku from videos in Bilibili
Hvad er 前方高能?
前方高能 er en Chrome-udvidelse udviklet af Peter Wang, og dens hovedfunktion er "A small tool for visualizing the density of damuku from videos in Bilibili".
Udvidelsesskærmbilleder
Download 前方高能-udvidelses-CRX-fil
Download 前方高能-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
这是一个神奇的小插件,作用就是在 Bilibili 的视频下面显示一个图表,并且可以通过点击图表上的时间来快速空降到对应的时间!
这个插件是开源的,代码可以在下面的地址中获得!并且这个插件还在持续开发!
https://github.com/peterwang1996/QianFangGaoNeng Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aifplikdlpjakalndboebgcaichdeoeo |
| Officiel URL | https://chromewebstore.google.com/detail/%E5%89%8D%E6%96%B9%E9%AB%98%E8%83%BD/aifplikdlpjakalndboebgcaichdeoeo |
| Beskrivelse | A small tool for visualizing the density of damuku from videos in Bilibili |
| Filstørrelse | 221 KB |
| Antal Installationer | 61 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2017-04-08 |
| Udgivelsesdato | 2017-04-08 |
| Bedømmelse | 4.17/5 Samlet 6 Bedømmelser |
| Udvikler | Peter Wang |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/peterwang1996/QianFangGaoNeng |
| Hjælpeside-URL | https://github.com/peterwang1996/QianFangGaoNeng/issues |
| Understøttede Sprog | 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"
]
}
]
} | |