OUI9 HLS PLAYER M3U8

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

OUI9 HLS PLAYER M3U8คืออะไร?

OUI9 HLS PLAYER M3U8 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oui9mobi และคุณลักษณะหลักของมันคือ "Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OUI9 HLS PLAYER M3U8

ดาวน์โหลดไฟล์ส่วนขยาย OUI9 HLS PLAYER M3U8 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OUI9 HLS PLAYER M3U8 OUI9 HLS PLAYER M3U8
ID pkckbkheblnpnlnmkldeikhkfddhnkah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oui9-hls-player-m3u8/pkckbkheblnpnlnmkldeikhkfddhnkah
คำอธิบาย Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio
ขนาดไฟล์ 1.71 MB
จำนวนการติดตั้ง 8,816
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2022-06-29
วันที่เผยแพร่ 2021-09-17
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา oui9mobi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://oui9.com
URL หน้าช่วยเหลือ https://www.facebook.com/oui9mobi
URL หน้านโยบายความเป็นส่วนตัว http://extension.oui9.com/privacy/oui9hlsplayer.htm
ภาษาที่รองรับ 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'"
}