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 |
Eメール | [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": [ " |