Manifest Viewer

View Dash Manifests and fragments

Co to jest Manifest Viewer?

Manifest Viewer to rozszerzenie Chrome opracowane przez alexandermfield, a jego główną funkcją jest „View Dash Manifests and fragments”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Manifest Viewer

Pobierz pliki rozszerzeń Manifest Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Manifest Viewer Manifest Viewer
ID bfhbopefabnolobmeejpjmngbkjoogga
Oficjalny URL https://chromewebstore.google.com/detail/manifest-viewer/bfhbopefabnolobmeejpjmngbkjoogga
Opis View Dash Manifests and fragments
Rozmiar pliku 169 KB
Liczba instalacji 81
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2023-06-20
Data Publikacji 2023-06-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper alexandermfield
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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*"
    ]
}