HLS Player - m3u8 Streaming Player

HLS Player - m3u8 HTTP Live Streaming (HLS) Player

HLS Player - m3u8 Streaming Player क्या है?

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

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

screenshot
screenshot
screenshot

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

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

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

                        web site 
https://www.hlsplayer.org/

HLS Player a chrome extention which implements an HTTP Live Streaming client. 
You can play .m3u8 HTTP Live Streaming (HLS) .
It relies on HTML5 video and MediaSource Extensions for playback.

It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments. This transmuxing could be performed asynchronously using Web Worker if available in the browser. hls.js also supports HLS + fmp4, as announced during WWDC2016

m3u8 플레이어, 스트리밍 플레이어                    

एक्सटेंशन की मूल जानकारी

नाम HLS Player - m3u8 Streaming Player HLS Player - m3u8 Streaming Player
ID eakdijdofmnclopcffkkgmndadhbjgka
आधिकारिक URL https://chromewebstore.google.com/detail/hls-player-m3u8-streaming/eakdijdofmnclopcffkkgmndadhbjgka
विवरण HLS Player - m3u8 HTTP Live Streaming (HLS) Player
फ़ाइल का आकार 124 KB
स्थापना संख्या 101,695
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2020-11-26
प्रकाशन तिथि 2020-11-25
रेटिंग 4.50/5 कुल 30 रेटिंग्स
डेवलपर https://www.hlsplayer.org
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://hlsplayer.org/doc/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "name": "HLS Player - m3u8 Streaming Player",
    "description": "HLS Player - m3u8 HTTP Live Streaming (HLS) Player",
    "version": "2.1.1",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*\/*.m3u8*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.hlsplayer.org https:\/\/*.hlsplayer.org; object-src 'self'",
    "homepage_url": "https:\/\/www.hlsplayer.org\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "*.html",
        "*.js",
        "*.css",
        "*.png"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "HLS Player - m3u8 HTTP Live Streaming (HLS) Player",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}