HLS + MPEG-DASH Manifest File Viewer
View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
Vad är HLS + MPEG-DASH Manifest File Viewer?
HLS + MPEG-DASH Manifest File Viewer är en Chrome-tillägg utvecklad av nick, och dess huvudfunktion är "View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.".
Tilläggsskärmbilder
Ladda ner HLS + MPEG-DASH Manifest File Viewer-förlängningens CRX-fil
Ladda ner HLS + MPEG-DASH Manifest File Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | bogfghabiokccffmhopfppcmkpcemnjo |
Officiell webbadress | https://chrome.google.com/webstore/detail/hls-+-mpeg-dash-manifest/bogfghabiokccffmhopfppcmkpcemnjo |
Beskrivning | View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser. |
Filstorlek | 55.36 KB |
Antal Installationer | 2,000 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-11-16 |
Publiceringsdatum | 2020-11-16 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | nick |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/krzemienski/abr-manifest-viewer-chrome |
Stödda Språk | 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" } |