Manifest Viewer

View Dash Manifests and fragments

What is Manifest Viewer?

Manifest Viewer is a Chrome extension developed by alexandermfield, and its main feature is "View Dash Manifests and fragments".

Extension Screenshots

screenshot

Download Manifest Viewer Extension CRX File

Download Manifest Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Manifest Viewer Manifest Viewer
ID bfhbopefabnolobmeejpjmngbkjoogga
Official URL https://chromewebstore.google.com/detail/manifest-viewer/bfhbopefabnolobmeejpjmngbkjoogga
Description View Dash Manifests and fragments
File Size 169 KB
Installation Count 81
Current Version 0.1.1
Last Updated 2023-06-20
Publish Date 2023-06-20
Rating 5.00/5 Total 1 Ratings
Developer alexandermfield
Email [email protected]
Payment Type free
Supported Languages 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*"
    ]
}