KPN iTV - Theater modus
Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.
Co to jest KPN iTV - Theater modus?
KPN iTV - Theater modus to rozszerzenie Chrome opracowane przez developmentjbd, a jego główną funkcją jest „Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia KPN iTV - Theater modus
Pobierz pliki rozszerzeń KPN iTV - Theater modus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | joahpiomgcckbdigimdfoapihhcjajjc |
Oficjalny URL | https://chrome.google.com/webstore/detail/kpn-itv-theater-modus/joahpiomgcckbdigimdfoapihhcjajjc |
Opis | Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl. |
Rozmiar pliku | 39.28 KB |
Liczba instalacji | 1,253 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2019-06-11 |
Data Publikacji | 2019-06-11 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | developmentjbd |
Typ Płatności | free |
Strona Rozszerzenia | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus |
Adres URL Strony Pomocy | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus/issues |
Obsługiwane Języki | 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 } |