HLS + MPEG-DASH Manifest File Viewer
View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
Apa itu HLS + MPEG-DASH Manifest File Viewer?
HLS + MPEG-DASH Manifest File Viewer adalah ekstensi Chrome yang dikembangkan oleh nick, dan fitur utamanya adalah "View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HLS + MPEG-DASH Manifest File Viewer
Unduh file ekstensi HLS + MPEG-DASH Manifest File Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bogfghabiokccffmhopfppcmkpcemnjo |
URL Resmi | https://chrome.google.com/webstore/detail/hls-+-mpeg-dash-manifest/bogfghabiokccffmhopfppcmkpcemnjo |
Deskripsi | View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser. |
Ukuran File | 55.36 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-11-16 |
Tanggal Publikasi | 2020-11-16 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | nick |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/krzemienski/abr-manifest-viewer-chrome |
Bahasa yang Didukung | 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" } |