HLS + MPEG-DASH Manifest File Viewer
View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.
ما هو HLS + MPEG-DASH Manifest File Viewer؟
HLS + MPEG-DASH Manifest File Viewer هو إضافة Chrome تم تطويرها بواسطة nick، والميزة الرئيسية لها هي "View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HLS + MPEG-DASH Manifest File Viewer
قم بتنزيل ملفات الامتداد HLS + MPEG-DASH Manifest File Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | bogfghabiokccffmhopfppcmkpcemnjo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/hls-+-mpeg-dash-manifest/bogfghabiokccffmhopfppcmkpcemnjo |
الوصف | View HLS (m3u8) or MPEG-DASH (mpd) manifest files with syntax highlighting in your Chrome browser. |
حجم الملف | 55.36 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-11-16 |
تاريخ النشر | 2020-11-16 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | nick |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/krzemienski/abr-manifest-viewer-chrome |
اللغات المدعومة | 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" } |