Play M3u8

Play HLS url in-browser

什麼是Play M3u8?

Play M3u8是由andrexnet開發的Chrome擴展程式,該擴展的主要功能是“Play HLS url in-browser”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Play M3u8擴展crx文件

下載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
官方網址 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"
    ]
}