HLS Player - m3u8 Streaming Player
HLS Player - m3u8 HTTP Live Streaming (HLS) Player
HLS Player - m3u8 Streaming Playerとは何ですか?
HLS Player - m3u8 Streaming Playerはhttps://www.hlsplayer.orgによって開発されたChromeの拡張機能で、その主な機能は「HLS Player - m3u8 HTTP Live Streaming (HLS) Player」です。
拡張機能のスクリーンショット
HLS Player - m3u8 Streaming Player拡張機能のCRXファイルをダウンロード
HLS Player - m3u8 Streaming Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
web site https://www.hlsplayer.org/ HLS Player a chrome extention which implements an HTTP Live Streaming client. You can play .m3u8 HTTP Live Streaming (HLS) . It relies on HTML5 video and MediaSource Extensions for playback. 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 m3u8 플레이어, 스트리밍 플레이어
拡張機能の基本情報
名前 | HLS Player - m3u8 Streaming Player |
ID | eakdijdofmnclopcffkkgmndadhbjgka |
公式URL | https://chromewebstore.google.com/detail/hls-player-m3u8-streaming/eakdijdofmnclopcffkkgmndadhbjgka |
説明 | HLS Player - m3u8 HTTP Live Streaming (HLS) Player |
ファイルサイズ | 124 KB |
インストール数 | 101,695 |
現在のバージョン | 2.1.1 |
最終更新日 | 2020-11-26 |
公開日 | 2020-11-25 |
評価 | 4.50/5 合計 30 レビュー |
開発者 | https://www.hlsplayer.org |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://hlsplayer.org/doc/privacy.html |
対応言語 | en |
manifest.json | |
{ "manifest_version": 2, "name": "HLS Player - m3u8 Streaming Player", "description": "HLS Player - m3u8 HTTP Live Streaming (HLS) Player", "version": "2.1.1", "icons": { "128": "icon128.png" }, "permissions": [ "*:\/\/*\/*.m3u8*", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' https:\/\/www.hlsplayer.org https:\/\/*.hlsplayer.org; object-src 'self'", "homepage_url": "https:\/\/www.hlsplayer.org\/", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "*.html", "*.js", "*.css", "*.png" ], "browser_action": { "default_icon": "icon128.png", "default_title": "HLS Player - m3u8 HTTP Live Streaming (HLS) Player", "default_popup": "popup.html" }, "background": { "scripts": [ "event.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |