HLS + MPEG-DASH Manifest File Viewer

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

¿Qué es HLS + MPEG-DASH Manifest File Viewer?

HLS + MPEG-DASH Manifest File Viewer es una extensión de Chrome desarrollada por nick, y su función principal es "View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HLS + MPEG-DASH Manifest File Viewer

Descarga archivos de extensión HLS + MPEG-DASH Manifest File Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
Tamaño del Archivo 55.36 KB
Cantidad de Instalaciones 2,000
Versión Actual 1.0.0
Última Actualización 2020-11-16
Fecha de Publicación 2020-11-16
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador nick
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/krzemienski/abr-manifest-viewer-chrome
Idiomas Soportados 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"
}