JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

O que é JWPlayer - Theatre mode?

JWPlayer - Theatre mode é uma extensão do Chrome desenvolvida por developmentjbd, e sua principal característica é "Add a theatre mode button to all JWPlayers.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão JWPlayer - Theatre mode

Baixe arquivos de extensão JWPlayer - Theatre mode 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

                        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.                    

Informações Básicas da Extensão

Nome JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
URL Oficial https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Descrição Add a theatre mode button to all JWPlayers.
Tamanho do Arquivo 9.57 KB
Contagem de Instalações 4,311
Versão Atual 0.1
Última Atualização 2019-07-13
Data de Publicação 2019-07-10
Classificação 2.75/5 Total de 8 Avaliações
Desenvolvedor developmentjbd
Tipo de Pagamento free
Site da Extensão https://gitlab.com/Shivs/nos-theater-modus
URL da Página de Ajuda https://gitlab.com/Shivs/nos-theater-modus/issues
Idiomas Suportados 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
}