Adaptive Bitrate Manifest Viewer

View HLS m3u8, MPEG Dash, and SMIL manifests in Chrome with syntax highlighting.

Adaptive Bitrate Manifest Viewerคืออะไร?

Adaptive Bitrate Manifest Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Grace และคุณลักษณะหลักของมันคือ "View HLS m3u8, MPEG Dash, and SMIL manifests in Chrome with syntax highlighting."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adaptive Bitrate Manifest Viewer

ดาวน์โหลดไฟล์ส่วนขยาย Adaptive Bitrate Manifest Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.

You can test it out using a sample manifest url like https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8

CHANGELOG
===========
2018-03-26 0.9.1 Fixed an issue where URIs with equal signs in them wouldn't get replaced.
2018-01-29 0.9.0 Added ability to handle MPEG Dash and SMIL formats as well. Better handling of 404 and SSL certificate issues on manifest request. Major contributions made by my friend Joe Greathead.
2017-12-18 0.8.5 Excluding a few more domains reportedly having issues with this extension.
2017-06-19 0.8.4 Fixed bug where URIs in tags were incorrectly hyperlinked.
2017-05-11 0.8.3 Excluding http://video-dev.github.io/hls.js/demo/ to avoid causing issues.
2017-05-04 0.8.2 added a few more tags to the pattern and definitions list.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Adaptive Bitrate Manifest Viewer Adaptive Bitrate Manifest Viewer
ID omjpjjekjefmdkidigpkhpjnojoadbih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adaptive-bitrate-manifest/omjpjjekjefmdkidigpkhpjnojoadbih
คำอธิบาย View HLS m3u8, MPEG Dash, and SMIL manifests in Chrome with syntax highlighting.
ขนาดไฟล์ 52.88 KB
จำนวนการติดตั้ง 3,298
เวอร์ชันปัจจุบัน 0.9.1
อัปเดตครั้งล่าสุด 2022-07-14
วันที่เผยแพร่ 2022-07-14
คะแนน 4.69/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Mike Grace
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adaptive Bitrate Manifest Viewer",
    "version": "0.9.1",
    "description": "View HLS m3u8, MPEG Dash, and SMIL manifests in Chrome with syntax highlighting.",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "images\/hls.png"
    },
    "manifest_version": 2
}