HLS + MPEG-DASH Manifest File Viewer
View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
Hvad er HLS + MPEG-DASH Manifest File Viewer?
HLS + MPEG-DASH Manifest File Viewer er en Chrome-udvidelse udviklet af nick, og dens hovedfunktion er "View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.".
Udvidelsesskærmbilleder
Download HLS + MPEG-DASH Manifest File Viewer-udvidelses-CRX-fil
Download HLS + MPEG-DASH Manifest File Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bogfghabiokccffmhopfppcmkpcemnjo |
Officiel URL | https://chrome.google.com/webstore/detail/hls-+-mpeg-dash-manifest/bogfghabiokccffmhopfppcmkpcemnjo |
Beskrivelse | View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser. |
Filstørrelse | 55.36 KB |
Antal Installationer | 2,000 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-11-16 |
Udgivelsesdato | 2020-11-16 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | nick |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/krzemienski/abr-manifest-viewer-chrome |
Understøttede Sprog | 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" } |