M3U8 Player - HLS Player

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

M3U8 Player - HLS Player क्या है?

M3U8 Player - HLS Player https://m3u8play.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can play .m3u8 HTTP Live Streaming(HLS)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में M3U8 Player - HLS Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}