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
公式URL 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
Eメール [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"
    }
}