M3U8 finder and HLS player

It opens a new tab on a video player

¿Qué es M3U8 finder and HLS player?

M3U8 finder and HLS player es una extensión de Chrome desarrollada por https://www.reloltv.com, y su función principal es "It opens a new tab on a video player".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión M3U8 finder and HLS player

Descarga archivos de extensión M3U8 finder and HLS player en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Clicking on the extension icon will let you play any m3u8 embedded as a video html element in the current page                    

Información Básica de la Extensión

Nombre M3U8 finder and HLS player M3U8 finder and HLS player
ID gijhpnmjcpbddpedmmdihijogkkejfgj
URL Oficial https://chromewebstore.google.com/detail/m3u8-finder-and-hls-playe/gijhpnmjcpbddpedmmdihijogkkejfgj
Descripción It opens a new tab on a video player
Tamaño del Archivo 2.18 MB
Cantidad de Instalaciones 23,928
Versión Actual 1.1
Última Actualización 2020-12-11
Fecha de Publicación 2020-12-10
Calificación 4.55/5 Total de 22 Calificaciones
Desarrollador https://www.reloltv.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.reloltv.com/
URL de la Página de Política de Privacidad http://www.justas.biz/privacypolicy.htm
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "M3U8 finder and HLS player",
    "description": "It opens a new tab on a video player",
    "version": "1.1",
    "offline_enabled": true,
    "icons": {
        "32": "img\/icon32.png",
        "128": "img\/icon128.png"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "m3u8_options.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "event.js",
            "global.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "m3u8.html"
    },
    "permissions": [
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "web_accessible_resources": [
        "*.js",
        "*.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script_in_content.js",
                "m3u8.js",
                "background.js"
            ],
            "css": [
                "css\/materialdesignicons.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "omnibox": {
        "keyword": "m3u8"
    }
}