哔哩哔哩直播 html5 播放器

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

哔哩哔哩直播 html5 播放器とは何ですか?

哔哩哔哩直播 html5 播放器はlintmxによって開発されたChromeの拡張機能で、その主な機能は「本扩展基于 flv.js ,用于将直播的 Flash 播放器替换为 html5 播放器。」です。

拡張機能のスクリーンショット

screenshot

哔哩哔哩直播 html5 播放器拡張機能のCRXファイルをダウンロード

哔哩哔哩直播 html5 播放器拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        本扩展基于 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
Eメール [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"
        }
    ]
}