前方高能

A small tool for visualizing the density of damuku from videos in Bilibili

Wat is 前方高能?

前方高能 is een Chrome-extensie ontwikkeld door Peter Wang, en de belangrijkste functie is "A small tool for visualizing the density of damuku from videos in Bilibili".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 前方高能

Download 前方高能-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        这是一个神奇的小插件,作用就是在 Bilibili 的视频下面显示一个图表,并且可以通过点击图表上的时间来快速空降到对应的时间!

这个插件是开源的,代码可以在下面的地址中获得!并且这个插件还在持续开发!

https://github.com/peterwang1996/QianFangGaoNeng                    

Basisinformatie over de Extensie

Naam 前方高能 前方高能
ID aifplikdlpjakalndboebgcaichdeoeo
Officiële URL https://chromewebstore.google.com/detail/%E5%89%8D%E6%96%B9%E9%AB%98%E8%83%BD/aifplikdlpjakalndboebgcaichdeoeo
Beschrijving A small tool for visualizing the density of damuku from videos in Bilibili
Bestandsgrootte 221 KB
Aantal Installaties 61
Huidige Versie 1.3
Laatst Bijgewerkt 2017-04-08
Publicatiedatum 2017-04-08
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar Peter Wang
E-mail peterwang1996@outlook.com
Betalingswijze free
Extensiewebsite https://github.com/peterwang1996/QianFangGaoNeng
Help Pagina-URL https://github.com/peterwang1996/QianFangGaoNeng/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}