Play HLS M3u8
Play HLS urls in-browser
Co to jest Play HLS M3u8?
Play HLS M3u8 to rozszerzenie Chrome opracowane przez andrexnet, a jego główną funkcją jest „Play HLS urls in-browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Play HLS M3u8
Pobierz pliki rozszerzeń Play HLS M3u8 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ckblfoghkjhaclegefojbgllenffajdc |
Oficjalny URL | https://chrome.google.com/webstore/detail/play-hls-m3u8/ckblfoghkjhaclegefojbgllenffajdc |
Opis | Play HLS urls in-browser |
Rozmiar pliku | 82.86 KB |
Liczba instalacji | 200,000 |
Aktualna Wersja | 1.5.1 |
Ostatnia Aktualizacja | 2021-02-04 |
Data Publikacji | 2020-10-26 |
Ocena | 4.13/5 Łącznie 241 Oceny |
Deweloper | andrexnet |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "background": { "scripts": [ "event.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Disable" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |