Play M3u8
Play HLS url in-browser
O que é Play M3u8?
Play M3u8 é uma extensão do Chrome desenvolvida por andrexnet, e sua principal característica é "Play HLS url in-browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Play M3u8
Baixe arquivos de extensão Play M3u8 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
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. Informações Básicas da Extensão
| Nome | |
| ID | folmbcaopkfclhmdbolnifkpmkfcmlfe |
| URL Oficial | https://chrome.google.com/webstore/detail/play-m3u8/folmbcaopkfclhmdbolnifkpmkfcmlfe |
| Descrição | Play HLS url in-browser |
| Tamanho do Arquivo | 191 KB |
| Contagem de Instalações | 3,000 |
| Versão Atual | 1.0 |
| Última Atualização | 2021-01-31 |
| Data de Publicação | 2020-11-01 |
| Classificação | 2.60/5 Total de 5 Avaliações |
| Desenvolvedor | andrexnet |
| [email protected] | |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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"
]
} | |