哔哩哔哩直播 html5 播放器

本扩展基于 flv.js ,用于将直播的 Flash 播放器替换为 html5 播放器。

What is 哔哩哔哩直播 html5 播放器?

哔哩哔哩直播 html5 播放器 is a Chrome extension developed by lintmx, and its main feature is "本扩展基于 flv.js ,用于将直播的 Flash 播放器替换为 html5 播放器。".

Extension Screenshots

screenshot

Download 哔哩哔哩直播 html5 播放器 Extension CRX File

Download 哔哩哔哩直播 html5 播放器 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

                        本扩展基于 flv.js ,用于将 bilibili 直播的 Flash 播放器替换为 html5 播放器。

** 停止维护 **

官方 html5 :http://live.bilibili.com/help/#uh5

更新:
  修复与官方 html5 冲突

推荐搭配 https://userstyles.org/styles/125049/bilibili 使用

GitHub: https://github.com/lintmx/bilibili-live-html5                    

Extension Basic Information

Name 哔哩哔哩直播 html5 播放器 哔哩哔哩直播 html5 播放器
ID ogomobpcepelfikeapkannplceikplpj
Official URL https://chromewebstore.google.com/detail/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E7%9B%B4%E6%92%AD-html5-%E6%92%AD%E6%94%BE%E5%99%A8/ogomobpcepelfikeapkannplceikplpj
Description 本扩展基于 flv.js ,用于将直播的 Flash 播放器替换为 html5 播放器。
File Size 55.72 KB
Installation Count 671
Current Version 0.0.4
Last Updated 2017-04-19
Publish Date 2017-04-19
Rating 4.00/5 Total 8 Ratings
Developer lintmx
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u54d4\u54e9\u54d4\u54e9\u76f4\u64ad html5 \u64ad\u653e\u5668",
    "description": "\u672c\u6269\u5c55\u57fa\u4e8e flv.js ,\u7528\u4e8e\u5c06\u76f4\u64ad\u7684 Flash \u64ad\u653e\u5668\u66ff\u6362\u4e3a html5 \u64ad\u653e\u5668\u3002",
    "version": "0.0.4",
    "permissions": [
        "*:\/\/live.bilibili.com\/*"
    ],
    "web_accessible_resources": [
        "src\/danmaku.min.js",
        "src\/flv.min.js",
        "src\/live.js",
        "src\/run.js",
        "src\/danmaku-player.css"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/live.bilibili.com\/*"
            ],
            "js": [
                "src\/run.js"
            ],
            "run_at": "document_end"
        }
    ]
}