Inline HLS Player
Extension allows browser to play HLS videos inside webpage using hls.js library (https://github.com/video-dev/hls.js/)
Cos'è Inline HLS Player?
Inline HLS Player è un'estensione di Chrome sviluppata da Alexey Tsikov, e la sua funzione principale è "Extension allows browser to play HLS videos inside webpage using hls.js library (https://github.com/video-dev/hls.js/)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inline HLS Player
Scarica i file di estensione Inline HLS Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows to watch HLS videos (designed for mobile phones) right inside desktop browser. Hls.js library is used to support playback. No need to open video urls in separate tab or window. Inline HLS Player will detect if video tryes to load HLS and will handle it.
Informazioni di Base sull'Estensione
Nome | Inline HLS Player |
ID | geecgiclhemdbkmmbflfdophmppjjial |
URL Ufficiale | https://chromewebstore.google.com/detail/inline-hls-player/geecgiclhemdbkmmbflfdophmppjjial |
Descrizione | Extension allows browser to play HLS videos inside webpage using hls.js library (https://github.com/video-dev/hls.js/) |
Dimensione del File | 7.68 KB |
Conteggio Installazioni | 7,092 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2017-12-08 |
Data di Pubblicazione | 2017-12-08 |
Valutazione | 3.55/5 Totale 11 Valutazioni |
Sviluppatore | Alexey Tsikov |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Inline HLS Player", "short_name": "Inline HLS", "description": "Extension allows browser to play HLS videos inside webpage using hls.js library (https:\/\/github.com\/video-dev\/hls.js\/)", "version": "0.1.1", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "detectHlsVideo.js" ], "all_frames": true } ], "web_accessible_resources": [ "injectHlsJs.js" ] } |