Bilibili Danmu Helper
Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.…
Wat is Bilibili Danmu Helper?
Bilibili Danmu Helper is een Chrome-extensie ontwikkeld door jialiu54321, en de belangrijkste functie is "Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.…".
Extensie Screenshots
Download het CRX-bestand van de extensie Bilibili Danmu Helper
Download Bilibili Danmu Helper-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 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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | gobbhgbhngcmegjdnnlfoebhholmhcmj | 
| Officiële URL | https://chromewebstore.google.com/detail/bilibili-danmu-helper/gobbhgbhngcmegjdnnlfoebhholmhcmj | 
| Beschrijving | Bilibili Danmu Helper provides a distribution of danmu (barrages) which helps finding hightlights of a video.… | 
| Bestandsgrootte | 182 KB | 
| Aantal Installaties | 61 | 
| Huidige Versie | 0.0.6 | 
| Laatst Bijgewerkt | 2017-04-12 | 
| Publicatiedatum | 2017-04-12 | 
| Ontwikkelaar | jialiu54321 | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | http://jialiu54321.com/ | 
| Ondersteunde Talen | 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"
        }
    ]
}  |  |