KPN iTV - Theater modus
Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.
Co je KPN iTV - Theater modus?
KPN iTV - Theater modus je rozšíření Chrome vyvinuté developmentjbd, a jeho hlavní funkcí je „Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření KPN iTV - Theater modus
Stáhněte si soubory rozšíření KPN iTV - Theater modus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | joahpiomgcckbdigimdfoapihhcjajjc |
Oficiální URL | https://chrome.google.com/webstore/detail/kpn-itv-theater-modus/joahpiomgcckbdigimdfoapihhcjajjc |
Popis | Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl. |
Velikost souboru | 39.28 KB |
Počet instalací | 1,253 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2019-06-11 |
Datum Vydání | 2019-06-11 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | developmentjbd |
Typ Platby | free |
Webové stránky Rozšíření | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus |
URL Stránky Nápovědy | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus/issues |
Podporované Jazyky | 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 } |