HLS + MPEG-DASH Manifest File Viewer
View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
Was ist HLS + MPEG-DASH Manifest File Viewer?
HLS + MPEG-DASH Manifest File Viewer ist eine Chrome-Erweiterung, die von nick entwickelt wurde, und ihr Hauptmerkmal ist "View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.".
Erweiterungsscreenshots
HLS + MPEG-DASH Manifest File Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie HLS + MPEG-DASH Manifest File Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bogfghabiokccffmhopfppcmkpcemnjo |
Offizielle URL | https://chrome.google.com/webstore/detail/hls-+-mpeg-dash-manifest/bogfghabiokccffmhopfppcmkpcemnjo |
Beschreibung | View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser. |
Dateigröße | 55.36 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-11-16 |
Veröffentlichungsdatum | 2020-11-16 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | nick |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/krzemienski/abr-manifest-viewer-chrome |
Unterstützte Sprachen | 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" } |