Play HLS M3u8
Play HLS urls in-browser
什么是Play HLS M3u8?
Play HLS M3u8是由andrexnet开发的Chrome扩展程序,该扩展的主要功能是“Play HLS urls in-browser”。
扩展截图
下载Play HLS M3u8扩展crx文件
下载Play HLS M3u8扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension with an hls.js library from: https://www.jsdelivr.com/package/npm/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 AAC/MP3 streams into ISO BMFF (MP4) fragments. This transmuxing could be performed asynchronously using Web Worker if available in the browser. hls.js also supports HLS + fmp4, as announced during WWDC2016 hls.js does not need any player, it works directly on top of a standard HTML
扩展基本信息
名称 | |
ID | ckblfoghkjhaclegefojbgllenffajdc |
官方URL | https://chrome.google.com/webstore/detail/play-hls-m3u8/ckblfoghkjhaclegefojbgllenffajdc |
简介 | Play HLS urls in-browser |
文件大小 | 82.86 KB |
安装次数 | 200,000 |
当前版本 | 1.5.1 |
更新时间 | 2021-02-04 |
上架时间 | 2020-10-26 |
评分 | 4.13/5 共241次评分 |
开发者 | andrexnet |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "event.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Disable" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |