HLS + MPEG-DASH Manifest File Viewer

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

什么是HLS + MPEG-DASH Manifest File Viewer?

HLS + MPEG-DASH Manifest File Viewer是由nick开发的Chrome扩展程序,该扩展的主要功能是“View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载HLS + MPEG-DASH Manifest File Viewer扩展crx文件

下载HLS + MPEG-DASH Manifest File Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 HLS + MPEG-DASH Manifest File Viewer HLS + MPEG-DASH Manifest File Viewer
ID bogfghabiokccffmhopfppcmkpcemnjo
官方URL https://chrome.google.com/webstore/detail/hls-+-mpeg-dash-manifest/bogfghabiokccffmhopfppcmkpcemnjo
简介 View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
文件大小 55.36 KB
安装次数 2,000
当前版本 1.0.0
更新时间 2020-11-16
上架时间 2020-11-16
评分 4.00/5 共4次评分
开发者 nick
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/krzemienski/abr-manifest-viewer-chrome
支持的语言 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"
}