Inline HLS Player
Extension allows browser to play HLS videos inside webpage using hls.js library (https://github.com/video-dev/hls.js/)
O que é Inline HLS Player?
Inline HLS Player é uma extensão do Chrome desenvolvida por Alexey Tsikov, e sua principal característica é "Extension allows browser to play HLS videos inside webpage using hls.js library (https://github.com/video-dev/hls.js/)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Inline HLS Player
Baixe arquivos de extensão Inline HLS Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Inline HLS Player |
ID | geecgiclhemdbkmmbflfdophmppjjial |
URL Oficial | https://chromewebstore.google.com/detail/inline-hls-player/geecgiclhemdbkmmbflfdophmppjjial |
Descrição | Extension allows browser to play HLS videos inside webpage using hls.js library (https://github.com/video-dev/hls.js/) |
Tamanho do Arquivo | 7.68 KB |
Contagem de Instalações | 7,092 |
Versão Atual | 0.1.1 |
Última Atualização | 2017-12-08 |
Data de Publicação | 2017-12-08 |
Classificação | 3.55/5 Total de 11 Avaliações |
Desenvolvedor | Alexey Tsikov |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |