JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

¿Qué es JWPlayer - Theatre mode?

JWPlayer - Theatre mode es una extensión de Chrome desarrollada por developmentjbd, y su función principal es "Add a theatre mode button to all JWPlayers.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión JWPlayer - Theatre mode

Descarga archivos de extensión JWPlayer - Theatre mode 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

                        This extension adds a theatre mode button to every JWPlayer online. Use this mode to stretch the JWPlayer to the maximum size of your browser without using normal fullscreen.                    

Información Básica de la Extensión

Nombre JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
URL Oficial https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Descripción Add a theatre mode button to all JWPlayers.
Tamaño del Archivo 9.57 KB
Cantidad de Instalaciones 4,311
Versión Actual 0.1
Última Actualización 2019-07-13
Fecha de Publicación 2019-07-10
Calificación 2.75/5 Total de 8 Calificaciones
Desarrollador developmentjbd
Tipo de Pago free
Sitio Web de la Extensión https://gitlab.com/Shivs/nos-theater-modus
URL de la Página de Ayuda https://gitlab.com/Shivs/nos-theater-modus/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWPlayer - Theatre mode",
    "version": "0.1",
    "description": "Add a theatre mode button to all JWPlayers.",
    "short_name": "JWPlayer Theatre mode",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "theatremode.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "embed.js"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}