KPN iTV - Theater modus

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

Cos'è KPN iTV - Theater modus?

KPN iTV - Theater modus è un'estensione di Chrome sviluppata da developmentjbd, e la sua funzione principale è "Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KPN iTV - Theater modus

Scarica i file di estensione KPN iTV - Theater modus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome KPN iTV - Theater modus KPN iTV - Theater modus
ID joahpiomgcckbdigimdfoapihhcjajjc
URL Ufficiale https://chrome.google.com/webstore/detail/kpn-itv-theater-modus/joahpiomgcckbdigimdfoapihhcjajjc
Descrizione Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.
Dimensione del File 39.28 KB
Conteggio Installazioni 1,253
Versione Corrente 0.1.1
Ultimo Aggiornamento 2019-06-11
Data di Pubblicazione 2019-06-11
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore developmentjbd
Tipo di Pagamento free
Sito Web dell'Estensione https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus
URL della Pagina di Aiuto https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus/issues
Lingue Supportate 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
}