HLS + MPEG-DASH Manifest File Viewer
View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
Co to jest HLS + MPEG-DASH Manifest File Viewer?
HLS + MPEG-DASH Manifest File Viewer to rozszerzenie Chrome opracowane przez nick, a jego główną funkcją jest „View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HLS + MPEG-DASH Manifest File Viewer
Pobierz pliki rozszerzeń HLS + MPEG-DASH Manifest File Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bogfghabiokccffmhopfppcmkpcemnjo |
Oficjalny URL | https://chrome.google.com/webstore/detail/hls-+-mpeg-dash-manifest/bogfghabiokccffmhopfppcmkpcemnjo |
Opis | View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser. |
Rozmiar pliku | 55.36 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-11-16 |
Data Publikacji | 2020-11-16 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | nick |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/krzemienski/abr-manifest-viewer-chrome |
Obsługiwane Języki | 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" } |