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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |