哔哩哔哩直播 html5 播放器

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

哔哩哔哩直播 html5 播放器란 무엇입니까?

哔哩哔哩直播 html5 播放器은(는) lintmx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "本扩展基于 flv.js ,用于将直播的 Flash 播放器替换为 html5 播放器。"입니다.

확장 프로그램 스크린샷

screenshot

哔哩哔哩直播 html5 播放器 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        本扩展基于 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                    

확장 프로그램 기본 정보

이름 哔哩哔哩直播 html5 播放器 哔哩哔哩直播 html5 播放器
ID ogomobpcepelfikeapkannplceikplpj
공식 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
설명 本扩展基于 flv.js ,用于将直播的 Flash 播放器替换为 html5 播放器。
파일 크기 55.72 KB
설치 횟수 671
현재 버전 0.0.4
최근 업데이트 2017-04-19
출시 날짜 2017-04-19
평점 4.00/5 총 8 개의 평점
개발자 lintmx
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        }
    ]
}