Bilibili Danmu Helper

Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.…

Hvad er Bilibili Danmu Helper?

Bilibili Danmu Helper er en Chrome-udvidelse udviklet af jialiu54321, og dens hovedfunktion er "Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.…".

Udvidelsesskærmbilleder

screenshot

Download Bilibili Danmu Helper-udvidelses-CRX-fil

Download Bilibili Danmu Helper-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 Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.

Bilibili弹幕助手,提供弹幕数量分布图,快速找到视频高能区域,提高空降成功率。

v0.0.6

Update details: 
Support new version Chrome
Display different distribution graphs for each page
Bug fix                    

Grundlæggende oplysninger om udvidelsen

Navn Bilibili Danmu Helper Bilibili Danmu Helper
ID gobbhgbhngcmegjdnnlfoebhholmhcmj
Officiel URL https://chromewebstore.google.com/detail/bilibili-danmu-helper/gobbhgbhngcmegjdnnlfoebhholmhcmj
Beskrivelse Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.…
Filstørrelse 182 KB
Antal Installationer 61
Nuværende Version 0.0.6
Senest Opdateret 2017-04-12
Udgivelsesdato 2017-04-12
Udvikler jialiu54321
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://jialiu54321.com/
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bilibili Danmu Helper",
    "version": "0.0.6",
    "background": {
        "scripts": [
            "jquery-2.2.4.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "BiliBH_16.png",
            "48": "BiliBH_48.png",
            "128": "BiliBH_128.png"
        },
        "default_title": "Bilibili Danmu Helper",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/localhost\/",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*.bilibili.com\/*"
            ],
            "js": [
                "jquery-2.2.4.js",
                "highcharts.js",
                "loadxmldoc.js",
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}