前方高能
A small tool for visualizing the density of damuku from videos in Bilibili
前方高能란 무엇입니까?
前方高能은(는) Peter Wang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A small tool for visualizing the density of damuku from videos in Bilibili"입니다.
확장 프로그램 스크린샷
前方高能 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
这是一个神奇的小插件,作用就是在 Bilibili 的视频下面显示一个图表,并且可以通过点击图表上的时间来快速空降到对应的时间! 这个插件是开源的,代码可以在下面的地址中获得!并且这个插件还在持续开发! https://github.com/peterwang1996/QianFangGaoNeng
확장 프로그램 기본 정보
이름 | 前方高能 |
ID | aifplikdlpjakalndboebgcaichdeoeo |
공식 URL | https://chromewebstore.google.com/detail/%E5%89%8D%E6%96%B9%E9%AB%98%E8%83%BD/aifplikdlpjakalndboebgcaichdeoeo |
설명 | A small tool for visualizing the density of damuku from videos in Bilibili |
파일 크기 | 221 KB |
설치 횟수 | 61 |
현재 버전 | 1.3 |
최근 업데이트 | 2017-04-08 |
출시 날짜 | 2017-04-08 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | Peter Wang |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/peterwang1996/QianFangGaoNeng |
도움말 페이지 URL | https://github.com/peterwang1996/QianFangGaoNeng/issues |
지원되는 언어 | 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" ] } ] } |