Native MPEG-Dash + HLS Playback

Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'

Native MPEG-Dash + HLS Playback क्या है?

Native MPEG-Dash + HLS Playback https://cavar.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extension is not for sale or third party ad integration.

Allows HLS and MPEG-DASH native playback in Chrome browser. Click on any m3u8 or mpd link inside Chrome to play it directly in a new tab. By default, the browser downloads any m3u8 and mpd files that were requested. This plugin checks any links to see if they match. If that's the case, it opens a new tab on a video player that uses the hls.js and dashjs library. This extension is just a wrapper for those players on Chrome.
Please read the release notes on install before use.

Report any issues to https://github.com/Palethorn/nas-extension/issues                    

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

नाम Native MPEG-Dash + HLS Playback Native MPEG-Dash + HLS Playback
ID cjfbmleiaobegagekpmlhmaadepdeedn
आधिकारिक URL https://chromewebstore.google.com/detail/native-mpeg-dash-+-hls-pl/cjfbmleiaobegagekpmlhmaadepdeedn
विवरण Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'
फ़ाइल का आकार 797 KB
स्थापना संख्या 72,907
वर्तमान संस्करण 5.0.5
अंतिम अपडेट 2024-02-16
प्रकाशन तिथि 2019-07-04
रेटिंग 4.38/5 कुल 47 रेटिंग्स
डेवलपर https://cavar.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Palethorn/nas-extension
सहायता पृष्ठ URL https://github.com/Palethorn/nas-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Native MPEG-Dash + HLS Playback",
    "version": "5.0.5",
    "description": "Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "Native MPEG-Dash + HLS Playback",
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/release_notes.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}