HLS + MPEG-DASH Manifest File Viewer

View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.

O que é HLS + MPEG-DASH Manifest File Viewer?

HLS + MPEG-DASH Manifest File Viewer é uma extensão do Chrome desenvolvida por nick, e sua principal característica é "View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HLS + MPEG-DASH Manifest File Viewer

Baixe arquivos de extensão HLS + MPEG-DASH Manifest File Viewer 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

                        Avoid having to download the manifest file and then open in a text editor just to view it.

The extension works by blocking the download when the manifest is requested as the main url and then parses and displays it. Some syntax highlighting and definition links to the ietf.org draft documentation. To download the manifest file, click on the source url at the top of the page. Resources are linked in the manifest to make it easy to test the different parts.                    

Informações Básicas da Extensão

Nome HLS + MPEG-DASH Manifest File Viewer HLS + MPEG-DASH Manifest File Viewer
ID bogfghabiokccffmhopfppcmkpcemnjo
URL Oficial https://chrome.google.com/webstore/detail/hls-+-mpeg-dash-manifest/bogfghabiokccffmhopfppcmkpcemnjo
Descrição View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
Tamanho do Arquivo 55.36 KB
Contagem de Instalações 2,000
Versão Atual 1.0.0
Última Atualização 2020-11-16
Data de Publicação 2020-11-16
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor nick
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/krzemienski/abr-manifest-viewer-chrome
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.",
    "icons": {
        "128": "images\/hls.png"
    },
    "manifest_version": 2,
    "name": "HLS + MPEG-DASH Manifest File Viewer",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*.m3u8*",
        "*:\/\/*\/*.mpd*"
    ],
    "version": "1.0.0"
}