KPN iTV - Theater modus
Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.
What is KPN iTV - Theater modus?
KPN iTV - Theater modus is a Chrome extension developed by developmentjbd, and its main feature is "Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.".
Extension Screenshots
Download KPN iTV - Theater modus Extension CRX File
Download KPN iTV - Theater modus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | joahpiomgcckbdigimdfoapihhcjajjc |
Official URL | https://chrome.google.com/webstore/detail/kpn-itv-theater-modus/joahpiomgcckbdigimdfoapihhcjajjc |
Description | Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl. |
File Size | 39.28 KB |
Installation Count | 1,253 |
Current Version | 0.1.1 |
Last Updated | 2019-06-11 |
Publish Date | 2019-06-11 |
Rating | 3.67/5 Total 3 Ratings |
Developer | developmentjbd |
Payment Type | free |
Extension Website | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus |
Help Page URL | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus/issues |
Supported Languages | 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 } |