前方高能
A small tool for visualizing the density of damuku from videos in Bilibili
前方高能คืออะไร?
前方高能 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Wang และคุณลักษณะหลักของมันคือ "A small tool for visualizing the density of damuku from videos in Bilibili"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 前方高能
ดาวน์โหลดไฟล์ส่วนขยาย 前方高能 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
这是一个神奇的小插件,作用就是在 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" ] } ] } |