OUI9 HLS PLAYER M3U8

Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio

OUI9 HLS PLAYER M3U8 là gì?

OUI9 HLS PLAYER M3U8 là một tiện ích mở rộng Chrome được phát triển bởi oui9mobi, và tính năng chính của nó là "Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio".

Ả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 OUI9 HLS PLAYER M3U8

Tải xuống các tệp mở rộng OUI9 HLS PLAYER M3U8 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

                        Play HLS urls M3U8 in-browser
Extension with an 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 M3U8 / M3u streams and FLV . This transmuxing could be performed asynchronously using Web Worker if available in the browser. 
hls.js does not need any player, it works directly on top of a standard HTML.                    

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

Tên OUI9 HLS PLAYER M3U8 OUI9 HLS PLAYER M3U8
ID pkckbkheblnpnlnmkldeikhkfddhnkah
URL Chính Thức https://chromewebstore.google.com/detail/oui9-hls-player-m3u8/pkckbkheblnpnlnmkldeikhkfddhnkah
Mô tả Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio
Kích Thước Tệp 1.71 MB
Số Lần Cài Đặt 8,816
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-06-29
Ngày Phát Hành 2021-09-17
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển oui9mobi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://oui9.com
URL Trang Trợ Giúp https://www.facebook.com/oui9mobi
URL Trang Chính Sách Bảo Mật http://extension.oui9.com/privacy/oui9hlsplayer.htm
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "OUI9 HLS PLAYER M3U8"
    },
    "description": "Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "OUI9 HLS PLAYER M3U8",
    "permissions": [
        "*:\/\/*\/*.m3u8*",
        "*:\/\/*\/*.mpd*",
        "webRequest",
        "webRequestBlocking",
        "webRequest",
        ""
    ],
    "version": "2.0",
    "minimum_chrome_version": "23",
    "web_accessible_resources": [
        "oui9.html",
        "128.png",
        "128c.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}