Danmaku

给Bilibili进度条处增加弹幕热度条,可以方便跳到高能点

What is Danmaku?

Danmaku is a Chrome extension developed by Chu Zhu, and its main feature is "给Bilibili进度条处增加弹幕热度条,可以方便跳到高能点".

Extension Screenshots

screenshot

Download Danmaku Extension CRX File

Download Danmaku extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Repository: https://github.com/MegrezZhu/danmaku                    

Extension Basic Information

Name Danmaku Danmaku
ID amabhfielmdcjgahcjkipdhlffejidjo
Official URL https://chromewebstore.google.com/detail/danmaku/amabhfielmdcjgahcjkipdhlffejidjo
Description 给Bilibili进度条处增加弹幕热度条,可以方便跳到高能点
File Size 461 KB
Installation Count 181
Current Version 1.3.3
Last Updated 2019-07-09
Publish Date 2019-07-08
Rating 5.00/5 Total 10 Ratings
Developer Chu Zhu
Email [email protected]
Payment Type free
Extension Website https://github.com/MegrezZhu/danmaku
Supported Languages en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "version": "1.3.3",
    "homepage_url": "https:\/\/github.com\/MegrezZhu\/danmaku",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bilibili.com\/video\/av*",
                "https:\/\/www.bilibili.com\/watchlater*",
                "https:\/\/www.bilibili.com\/bangumi\/play\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "css": [
                "bili.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "https:\/\/*.bilibili.com\/"
    ]
}