OUI9 HLS PLAYER M3U8

Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio

什么是OUI9 HLS PLAYER M3U8?

OUI9 HLS PLAYER M3U8是由oui9mobi开发的Chrome扩展程序,该扩展的主要功能是“Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio”。

扩展截图

screenshot
screenshot
screenshot

下载OUI9 HLS PLAYER M3U8扩展crx文件

下载OUI9 HLS PLAYER M3U8扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Play HLS urls M3U8 in-browser
Extension with an hls.js
Play the m3u8 links you click on and any m3u8 links you paste into the address bar.
It works by transmuxing MPEG-2 Transport Stream and M3U8 / M3u streams and FLV . This transmuxing could be performed asynchronously using Web Worker if available in the browser. 
hls.js does not need any player, it works directly on top of a standard HTML.                    

扩展基本信息

名称 OUI9 HLS PLAYER M3U8 OUI9 HLS PLAYER M3U8
ID pkckbkheblnpnlnmkldeikhkfddhnkah
官方URL https://chromewebstore.google.com/detail/oui9-hls-player-m3u8/pkckbkheblnpnlnmkldeikhkfddhnkah
简介 Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio
文件大小 1.71 MB
安装次数 8,816
当前版本 2.0
更新时间 2022-06-29
上架时间 2021-09-17
评分 5.00/5 共14次评分
开发者 oui9mobi
电子邮箱 [email protected]
付费类型 free
扩展官网 http://oui9.com
帮助页面URL https://www.facebook.com/oui9mobi
隐私政策页面URL http://extension.oui9.com/privacy/oui9hlsplayer.htm
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "OUI9 HLS PLAYER M3U8"
    },
    "description": "Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "OUI9 HLS PLAYER M3U8",
    "permissions": [
        "*:\/\/*\/*.m3u8*",
        "*:\/\/*\/*.mpd*",
        "webRequest",
        "webRequestBlocking",
        "webRequest",
        ""
    ],
    "version": "2.0",
    "minimum_chrome_version": "23",
    "web_accessible_resources": [
        "oui9.html",
        "128.png",
        "128c.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}