HLS Player - m3u8 Streaming Player

HLS Player - m3u8 HTTP Live Streaming (HLS) Player

HLS Player - m3u8 Streaming Player là gì?

HLS Player - m3u8 Streaming Player là một tiện ích mở rộng Chrome được phát triển bởi https://www.hlsplayer.org, và tính năng chính của nó là "HLS Player - m3u8 HTTP Live Streaming (HLS) Player".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HLS Player - m3u8 Streaming Player

Tải xuống các tệp mở rộng HLS Player - m3u8 Streaming Player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 플레이어, 스트리밍 플레이어                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HLS Player - m3u8 Streaming Player HLS Player - m3u8 Streaming Player
ID eakdijdofmnclopcffkkgmndadhbjgka
URL Chính Thức https://chromewebstore.google.com/detail/hls-player-m3u8-streaming/eakdijdofmnclopcffkkgmndadhbjgka
Mô tả HLS Player - m3u8 HTTP Live Streaming (HLS) Player
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 101,695
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2020-11-26
Ngày Phát Hành 2020-11-25
Đánh Giá 4.50/5 Tổng số 30 Đánh Giá
Nhà Phát Triển https://www.hlsplayer.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://hlsplayer.org/doc/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}