Native MPEG-Dash + HLS Playback
Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'
什麼是Native MPEG-Dash + HLS Playback?
Native MPEG-Dash + HLS Playback是由https://cavar.net開發的Chrome擴展程式,該擴展的主要功能是“Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'”。
擴展截圖
下載Native MPEG-Dash + HLS Playback擴展crx文件
下載Native MPEG-Dash + HLS Playback擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension is not for sale or third party ad integration. Allows HLS and MPEG-DASH native playback in Chrome browser. Click on any m3u8 or mpd link inside Chrome to play it directly in a new tab. By default, the browser downloads any m3u8 and mpd files that were requested. This plugin checks any links to see if they match. If that's the case, it opens a new tab on a video player that uses the hls.js and dashjs library. This extension is just a wrapper for those players on Chrome. Please read the release notes on install before use. Report any issues to https://github.com/Palethorn/nas-extension/issues
擴展基本資訊
名稱 | Native MPEG-Dash + HLS Playback |
ID | cjfbmleiaobegagekpmlhmaadepdeedn |
官方網址 | https://chromewebstore.google.com/detail/native-mpeg-dash-+-hls-pl/cjfbmleiaobegagekpmlhmaadepdeedn |
簡介 | Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively' |
檔案大小 | 797 KB |
安裝次數 | 72,907 |
目前版本 | 5.0.5 |
更新時間 | 2024-02-16 |
上架時間 | 2019-07-04 |
評分 | 4.38/5 共 47 次評分 |
開發者 | https://cavar.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Palethorn/nas-extension |
說明頁面URL | https://github.com/Palethorn/nas-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Native MPEG-Dash + HLS Playback", "version": "5.0.5", "description": "Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'", "manifest_version": 3, "icons": { "128": "assets\/icon128.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "permissions": [ "tabs", "storage", "contextMenus", "declarativeNetRequest" ], "host_permissions": [ " |