M3U8 Player - HLS Player

You can play .m3u8 HTTP Live Streaming(HLS).

什麼是M3U8 Player - HLS Player?

M3U8 Player - HLS Player是由https://m3u8play.dev開發的Chrome擴展程式,該擴展的主要功能是“You can play .m3u8 HTTP Live Streaming(HLS).”。

擴展截圖

screenshot
screenshot

下載M3U8 Player - HLS Player擴展crx文件

下載M3U8 Player - HLS Player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The M3U8 Player is a powerful tool designed to make it easy for you to play and stream .m3u8 format online videos effortlessly. No more downloading cumbersome video files or relying on third-party players; you can enjoy high-quality streaming content right in your browser with this plugin.

You can play m3u8/hls video online:
https://m3u8play.dev

Key Features:
1. Seamless Browser Integration: This plugin works seamlessly with Chrome, allowing you to watch .m3u8 format video streams while browsing the web.

2. Fast Loading: Start watching .m3u8 format videos immediately without the need for long loading times, saving you valuable time.                    

擴展基本資訊

名稱 M3U8 Player - HLS Player M3U8 Player - HLS Player
ID nlhnjkakhcjdjacgojecmegdmmbciifg
官方網址 https://chromewebstore.google.com/detail/m3u8-player-hls-player/nlhnjkakhcjdjacgojecmegdmmbciifg
簡介 You can play .m3u8 HTTP Live Streaming(HLS).
檔案大小 310 KB
安裝次數 7,000
目前版本 0.1.3.2
更新時間 2023-10-02
上架時間 2023-09-15
評分 5.00/5 共 1 次評分
開發者 https://m3u8play.dev
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://code4you.dev/privacy.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "M3U8 Player - HLS Player",
    "description": "You can play .m3u8 HTTP Live Streaming(HLS).",
    "version": "0.1.3.2",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png",
        "512": "icon\/512.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Default Popup Title",
        "default_popup": "popup.html"
    }
}