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
官方網址 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"
}