HLS + MPEG-DASH Manifest File Viewer
View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
Wat is HLS + MPEG-DASH Manifest File Viewer?
HLS + MPEG-DASH Manifest File Viewer is een Chrome-extensie ontwikkeld door nick, en de belangrijkste functie is "View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie HLS + MPEG-DASH Manifest File Viewer
Download HLS + MPEG-DASH Manifest File Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bogfghabiokccffmhopfppcmkpcemnjo |
Officiële URL | https://chrome.google.com/webstore/detail/hls-+-mpeg-dash-manifest/bogfghabiokccffmhopfppcmkpcemnjo |
Beschrijving | View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser. |
Bestandsgrootte | 55.36 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-11-16 |
Publicatiedatum | 2020-11-16 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | nick |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/krzemienski/abr-manifest-viewer-chrome |
Ondersteunde Talen | 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" } |