M3U8 Player - HLS Player

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

Qu'est-ce que M3U8 Player - HLS Player ?

M3U8 Player - HLS Player est une extension Chrome développée par https://m3u8play.dev, et sa fonction principale est "You can play .m3u8 HTTP Live Streaming(HLS).".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension M3U8 Player - HLS Player

Téléchargez les fichiers d'extension M3U8 Player - HLS Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom M3U8 Player - HLS Player M3U8 Player - HLS Player
ID nlhnjkakhcjdjacgojecmegdmmbciifg
URL Officiel https://chromewebstore.google.com/detail/m3u8-player-hls-player/nlhnjkakhcjdjacgojecmegdmmbciifg
Description You can play .m3u8 HTTP Live Streaming(HLS).
Taille du Fichier 310 KB
Nombre d'Installations 7,000
Version Actuelle 0.1.3.2
Dernière Mise à Jour 2023-10-02
Date de Publication 2023-09-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://m3u8play.dev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://code4you.dev/privacy.html
Langues Prises en Charge 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"
    }
}