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 |
公式URL | 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 |
Eメール | [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": [ " |