Play HLS M3u8
Play HLS urls in-browser
Was ist Play HLS M3u8?
Play HLS M3u8 ist eine Chrome-Erweiterung, die von andrexnet entwickelt wurde, und ihr Hauptmerkmal ist "Play HLS urls in-browser".
Erweiterungsscreenshots
Play HLS M3u8-Erweiterungs-CRX-Datei herunterladen
Laden Sie Play HLS M3u8-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension with an hls.js library from: https://www.jsdelivr.com/package/npm/hls.js 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. hls.js also supports HLS + fmp4, as announced during WWDC2016 hls.js does not need any player, it works directly on top of a standard HTML
Grundlegende Informationen zur Erweiterung
Name | |
ID | ckblfoghkjhaclegefojbgllenffajdc |
Offizielle URL | https://chrome.google.com/webstore/detail/play-hls-m3u8/ckblfoghkjhaclegefojbgllenffajdc |
Beschreibung | Play HLS urls in-browser |
Dateigröße | 82.86 KB |
Installationsanzahl | 200,000 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2021-02-04 |
Veröffentlichungsdatum | 2020-10-26 |
Bewertung | 4.13/5 Insgesamt 241 Bewertungen |
Entwickler | andrexnet |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "background": { "scripts": [ "event.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Disable" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |