Play M3u8
Play HLS url in-browser
Wat is Play M3u8?
Play M3u8 is een Chrome-extensie ontwikkeld door andrexnet, en de belangrijkste functie is "Play HLS url in-browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Play M3u8
Download Play M3u8-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | folmbcaopkfclhmdbolnifkpmkfcmlfe |
Officiële URL | https://chrome.google.com/webstore/detail/play-m3u8/folmbcaopkfclhmdbolnifkpmkfcmlfe |
Beschrijving | Play HLS url in-browser |
Bestandsgrootte | 191 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-01-31 |
Publicatiedatum | 2020-11-01 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | andrexnet |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |