Manifest Viewer

View Dash Manifests and fragments

Cos'è Manifest Viewer?

Manifest Viewer è un'estensione di Chrome sviluppata da alexandermfield, e la sua funzione principale è "View Dash Manifests and fragments".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Manifest Viewer

Scarica i file di estensione Manifest Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Manifest Viewer Manifest Viewer
ID bfhbopefabnolobmeejpjmngbkjoogga
URL Ufficiale https://chromewebstore.google.com/detail/manifest-viewer/bfhbopefabnolobmeejpjmngbkjoogga
Descrizione View Dash Manifests and fragments
Dimensione del File 169 KB
Conteggio Installazioni 81
Versione Corrente 0.1.1
Ultimo Aggiornamento 2023-06-20
Data di Pubblicazione 2023-06-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore alexandermfield
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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*"
    ]
}