Manifest Viewer

View Dash Manifests and fragments

Что такое Manifest Viewer?

Manifest Viewer - это расширение Chrome, разработанное alexandermfield, и его основная функция - "View Dash Manifests and fragments".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Manifest Viewer

Скачайте файлы расширений 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                    

Основная информация о расширении

Название Manifest Viewer Manifest 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*"
    ]
}