Play M3u8
Play HLS url in-browser
Qu'est-ce que Play M3u8 ?
Play M3u8 est une extension Chrome développée par andrexnet, et sa fonction principale est "Play HLS url in-browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Play M3u8
Téléchargez les fichiers d'extension Play M3u8 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 with an clappr.js library from: https://github.com/clappr/clappr Play the m3u8 links you click on and any m3u8 links you paste into the address bar. It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments. This transmuxing could be performed asynchronously using Web Worker if available in the browser. clappr.js also supports HLS + fmp4.
Informations de Base sur l'Extension
Nom | |
ID | folmbcaopkfclhmdbolnifkpmkfcmlfe |
URL Officiel | https://chrome.google.com/webstore/detail/play-m3u8/folmbcaopkfclhmdbolnifkpmkfcmlfe |
Description | Play HLS url in-browser |
Taille du Fichier | 191 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-01-31 |
Date de Publication | 2020-11-01 |
Évaluation | 2.60/5 Total 5 Évaluations |
Développeur | andrexnet |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "event.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Disable" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Play HLS url in-browser", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "Play M3u8", "permissions": [ "*:\/\/*\/*.m3u8*", "webRequest", "webRequestBlocking", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "player.html", "icon128.png" ] } |