KPN iTV - Theater modus

Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.

O que é KPN iTV - Theater modus?

KPN iTV - Theater modus é uma extensão do Chrome desenvolvida por developmentjbd, e sua principal característica é "Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão KPN iTV - Theater modus

Baixe arquivos de extensão KPN iTV - Theater modus 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

                        De (nieuwe) website voor KPN interactieve TV geeft, buiten de volledig scherm modus, slechts een zeer klein videoscherm weer. Deze extensie voegt een theater modus toe aan de videospeler, waarmee het videoscherm wordt vergroot naar het volledige formaat van de browser.                    

Informações Básicas da Extensão

Nome KPN iTV - Theater modus KPN iTV - Theater modus
ID joahpiomgcckbdigimdfoapihhcjajjc
URL Oficial https://chrome.google.com/webstore/detail/kpn-itv-theater-modus/joahpiomgcckbdigimdfoapihhcjajjc
Descrição Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.
Tamanho do Arquivo 39.28 KB
Contagem de Instalações 1,253
Versão Atual 0.1.1
Última Atualização 2019-06-11
Data de Publicação 2019-06-11
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor developmentjbd
Tipo de Pagamento free
Site da Extensão https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus
URL da Página de Ajuda https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus/issues
Idiomas Suportados nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KPN iTV - Theater modus",
    "version": "0.1.1",
    "description": "Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.",
    "short_name": "iTV Theater modus",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.interactievetv.nl\/*"
            ],
            "css": [
                "theatremode.css"
            ],
            "js": [
                "theatremode.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}