HLS Player - m3u8 Streaming Player
HLS Player - m3u8 HTTP Live Streaming (HLS) Player
HLS Player - m3u8 Streaming Playerคืออะไร?
HLS Player - m3u8 Streaming Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hlsplayer.org และคุณลักษณะหลักของมันคือ "HLS Player - m3u8 HTTP Live Streaming (HLS) Player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HLS Player - m3u8 Streaming Player
ดาวน์โหลดไฟล์ส่วนขยาย 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 플레이어, 스트리밍 플레이어                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| 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 | 
| อีเมล | [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": [
                "  |  |