Bilibili Danmu Helper

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

Vad är Bilibili Danmu Helper?

Bilibili Danmu Helper är en Chrome-tillägg utvecklad av jialiu54321, och dess huvudfunktion är "Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.…".

Tilläggsskärmbilder

screenshot

Ladda ner Bilibili Danmu Helper-förlängningens CRX-fil

Ladda ner Bilibili Danmu Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Bilibili Danmu Helper Bilibili Danmu Helper
ID gobbhgbhngcmegjdnnlfoebhholmhcmj
Officiell webbadress https://chromewebstore.google.com/detail/bilibili-danmu-helper/gobbhgbhngcmegjdnnlfoebhholmhcmj
Beskrivning Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.…
Filstorlek 182 KB
Antal Installationer 61
Aktuell Version 0.0.6
Senast Uppdaterad 2017-04-12
Publiceringsdatum 2017-04-12
Utvecklare jialiu54321
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://jialiu54321.com/
Stödda Språk 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"
        }
    ]
}