Native MPEG-Dash + HLS Playback

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

O que é Native MPEG-Dash + HLS Playback?

Native MPEG-Dash + HLS Playback é uma extensão do Chrome desenvolvida por https://cavar.net, e sua principal característica é "Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Native MPEG-Dash + HLS Playback

Baixe arquivos de extensão Native MPEG-Dash + HLS Playback no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Native MPEG-Dash + HLS Playback Native MPEG-Dash + HLS Playback
ID cjfbmleiaobegagekpmlhmaadepdeedn
URL Oficial https://chromewebstore.google.com/detail/native-mpeg-dash-+-hls-pl/cjfbmleiaobegagekpmlhmaadepdeedn
Descrição Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'
Tamanho do Arquivo 797 KB
Contagem de Instalações 72,907
Versão Atual 5.0.5
Última Atualização 2024-02-16
Data de Publicação 2019-07-04
Classificação 4.38/5 Total de 47 Avaliações
Desenvolvedor https://cavar.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Palethorn/nas-extension
URL da Página de Ajuda https://github.com/Palethorn/nas-extension/issues
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}