Play M3u8

Play HLS url in-browser

Play M3u8คืออะไร?

Play M3u8 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andrexnet และคุณลักษณะหลักของมันคือ "Play HLS url in-browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Play M3u8

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

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

                        Extension with an clappr.js library from: https://github.com/clappr/clappr
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 AAC/MP3 streams into ISO BMFF (MP4) fragments. This transmuxing could be performed asynchronously using Web Worker if available in the browser. clappr.js also supports HLS + fmp4.                    

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

ชื่อ Play M3u8 Play M3u8
ID folmbcaopkfclhmdbolnifkpmkfcmlfe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/play-m3u8/folmbcaopkfclhmdbolnifkpmkfcmlfe
คำอธิบาย Play HLS url in-browser
ขนาดไฟล์ 191 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-31
วันที่เผยแพร่ 2020-11-01
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา andrexnet
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "event.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Disable"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Play HLS url in-browser",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Play M3u8",
    "permissions": [
        "*:\/\/*\/*.m3u8*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "player.html",
        "icon128.png"
    ]
}