Manifest Viewer
View Dash Manifests and fragments
什麼是Manifest Viewer?
Manifest Viewer是由alexandermfield開發的Chrome擴展程式,該擴展的主要功能是“View Dash Manifests and fragments”。
擴展截圖
下載Manifest Viewer擴展crx文件
下載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 |
ID | bfhbopefabnolobmeejpjmngbkjoogga |
官方網址 | 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*" ] } |