Play M3u8

Play HLS url in-browser

Play M3u8 क्या है?

Play M3u8 andrexnet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play HLS url in-browser"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extension with an clappr.js library from: https://github.com/clappr/clappr
Play the m3u8 links you click on and any m3u8 links you paste into the address bar.

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. clappr.js also supports HLS + fmp4.                    

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

नाम Play M3u8 Play M3u8
ID folmbcaopkfclhmdbolnifkpmkfcmlfe
आधिकारिक URL https://chrome.google.com/webstore/detail/play-m3u8/folmbcaopkfclhmdbolnifkpmkfcmlfe
विवरण Play HLS url in-browser
फ़ाइल का आकार 191 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-01-31
प्रकाशन तिथि 2020-11-01
रेटिंग 2.60/5 कुल 5 रेटिंग्स
डेवलपर andrexnet
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "event.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Disable"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Play HLS url in-browser",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Play M3u8",
    "permissions": [
        "*:\/\/*\/*.m3u8*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "player.html",
        "icon128.png"
    ]
}