Reproductor M3U8 - HLS + DASH Player

Reproductor M3U8/MPD nativo, reproducir Url HLS y DASH en tu navegador

What is Reproductor M3U8 - HLS + DASH Player?

Reproductor M3U8 - HLS + DASH Player is a Chrome extension developed by Media Player, and its main feature is "Reproductor M3U8/MPD nativo, reproducir Url HLS y DASH en tu navegador".

Extension Screenshots

screenshot

Download Reproductor M3U8 - HLS + DASH Player Extension CRX File

Download Reproductor M3U8 - HLS + DASH Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Esta extensión permite reproducir url HLS y DASH directamente en tu navegador sin la necesidad de usar programas como VLC.
Mira transmisiones o vídeos en formato ".m3u8" o ".mpd" desde tu navegador.

FUNCIONAMIENTO:

Pega el enlace de la transmisión (.m3u8, .mpd) o vídeo en la barra de navegación. 
Por ejemplo, 
https://multiplatform-f.akamaihd.net/i/multi/will/bunny/big_buck_bunny_,640x360_400,640x360_700,640x360_1000,950x540_1500,.f4v.csmil/master.m3u8


CAMBIOS:

- Se agrego el modo de vídeo flotante PIP (Picture-In-Picture).
- Se agrego soporte para DASH, ahora se podrán reproducir url con extensión ".mpd".                    

Extension Basic Information

Name Reproductor M3U8 - HLS + DASH Player Reproductor M3U8 - HLS + DASH Player
ID lcipembjfkmeggpihdpdgnjildgniffl
Official URL https://chromewebstore.google.com/detail/reproductor-m3u8-hls-+-da/lcipembjfkmeggpihdpdgnjildgniffl
Description Reproductor M3U8/MPD nativo, reproducir Url HLS y DASH en tu navegador
File Size 234 KB
Installation Count 700,000
Current Version 1.5.0.2
Last Updated 2022-04-12
Publish Date 2019-10-29
Rating 4.00/5 Total 97 Ratings
Developer Media Player
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Reproductor HLS & DASH"
    },
    "description": "Reproductor M3U8\/MPD nativo, reproducir Url HLS y DASH en tu navegador",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Reproductor M3U8 - HLS + DASH Player",
    "permissions": [
        "*:\/\/*\/*.m3u8*",
        "*:\/\/*\/*.mpd*",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.0.2",
    "minimum_chrome_version": "23",
    "web_accessible_resources": [
        "player.html",
        "icon128.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}