Manifest Viewer
View Dash Manifests and fragments
什么是Manifest Viewer?
Manifest Viewer是由alexandermfield开发的Chrome扩展程序,该扩展的主要功能是“View Dash Manifests and fragments”。
扩展截图
下载Manifest Viewer扩展crx文件
下载Manifest Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dash Manifest Viewer. Features include:
- In browser viewing of Dash manifest
- Pretty-printing and easy collapsing of manifest
- Syntax highlighting
- Easy options to download manifest; copy manifest to clipboard; copy manifest URL to clipboard.
- Fragment ISOBMFF box viewer 扩展基本信息
| 名称 | |
| ID | bfhbopefabnolobmeejpjmngbkjoogga |
| 官方URL | https://chromewebstore.google.com/detail/manifest-viewer/bfhbopefabnolobmeejpjmngbkjoogga |
| 简介 | View Dash Manifests and fragments |
| 文件大小 | 169 KB |
| 安装次数 | 81 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2023-06-20 |
| 上架时间 | 2023-06-20 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | alexandermfield |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Manifest Viewer",
"background": {
"service_worker": "js\/background.js"
},
"description": "View Dash Manifests and fragments",
"version": "0.1.1",
"icons": {
"128": "icons\/128.png"
},
"manifest_version": 3,
"permissions": [
"webNavigation"
],
"host_permissions": [
"*:\/\/*\/*.mpd*"
]
} | |