Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
O que é Chrome IPTV Player?
Chrome IPTV Player é uma extensão do Chrome desenvolvida por saidkasim, e sua principal característica é "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chrome IPTV Player
Baixe arquivos de extensão Chrome IPTV 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
Watch IPTV from your Internet service provider on TVs, tablets and smartphones or any OS that support chrome. Features: + Support multiple playlists + IPTV watching with channels groups, EPG and logos + Supported playlist formats: M3U, XSPF + Supported EPG formats: XMLTV + Lists info saved in localstorage + Support Picture-in-Picture Note: The app doesn't contain any channels, you need to add Playlists in Settings for this.
Informações Básicas da Extensão
Nome | |
ID | defmmfhdopkfcgngoklpbbcnpfpagbfh |
URL Oficial | https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh |
Descrição | Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv). |
Tamanho do Arquivo | 425 KB |
Contagem de Instalações | 50,000 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-10-10 |
Data de Publicação | 2019-10-10 |
Classificação | 1.77/5 Total de 61 Avaliações |
Desenvolvedor | saidkasim |
Tipo de Pagamento | free |
Site da Extensão | https://www.serbianforum.org |
URL da Página de Ajuda | https://www.serbianforum.org |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome IPTV Player", "version": "0.0.1", "manifest_version": 2, "web_accessible_resources": [ "*.js", "*.html" ], "description": "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).", "icons": { "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon128.png", "default_title": "IPTV Player" }, "background": { "scripts": [ "content.js" ] }, "minimum_chrome_version": "18", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "unlimitedStorage", "*:\/\/*\/*.m3u8*", "webRequest", "webRequestBlocking" ] } |