Native MPEG-Dash + HLS Playback
Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'
Qu'est-ce que Native MPEG-Dash + HLS Playback ?
Native MPEG-Dash + HLS Playback est une extension Chrome développée par https://cavar.net, et sa fonction principale est "Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Native MPEG-Dash + HLS Playback
Téléchargez les fichiers d'extension Native MPEG-Dash + HLS Playback au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Native MPEG-Dash + HLS Playback |
ID | cjfbmleiaobegagekpmlhmaadepdeedn |
URL Officiel | https://chromewebstore.google.com/detail/native-mpeg-dash-+-hls-pl/cjfbmleiaobegagekpmlhmaadepdeedn |
Description | Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively' |
Taille du Fichier | 797 KB |
Nombre d'Installations | 72,907 |
Version Actuelle | 5.0.5 |
Dernière Mise à Jour | 2024-02-16 |
Date de Publication | 2019-07-04 |
Évaluation | 4.38/5 Total 47 Évaluations |
Développeur | https://cavar.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Palethorn/nas-extension |
URL de la Page d'Aide | https://github.com/Palethorn/nas-extension/issues |
Langues Prises en Charge | 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": [ " |