M3U8 Player - HLS Player

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

Что такое M3U8 Player - HLS Player?

M3U8 Player - HLS Player - это расширение Chrome, разработанное https://m3u8play.dev, и его основная функция - "You can play .m3u8 HTTP Live Streaming(HLS).".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения M3U8 Player - HLS Player

Скачайте файлы расширений 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
Электронная почта [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"
    }
}