Manifest Viewer

View Dash Manifests and fragments

Co je Manifest Viewer?

Manifest Viewer je rozšíření Chrome vyvinuté alexandermfield, a jeho hlavní funkcí je „View Dash Manifests and fragments“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Manifest Viewer

Stáhněte si soubory rozšíření Manifest Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Manifest Viewer Manifest Viewer
ID bfhbopefabnolobmeejpjmngbkjoogga
Oficiální URL https://chromewebstore.google.com/detail/manifest-viewer/bfhbopefabnolobmeejpjmngbkjoogga
Popis View Dash Manifests and fragments
Velikost souboru 169 KB
Počet instalací 81
Aktuální Verze 0.1.1
Poslední Aktualizace 2023-06-20
Datum Vydání 2023-06-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář alexandermfield
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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*"
    ]
}