KPN iTV - Theater modus
Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.
Apa itu KPN iTV - Theater modus?
KPN iTV - Theater modus adalah ekstensi Chrome yang dikembangkan oleh developmentjbd, dan fitur utamanya adalah "Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi KPN iTV - Theater modus
Unduh file ekstensi KPN iTV - Theater modus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | joahpiomgcckbdigimdfoapihhcjajjc |
URL Resmi | https://chrome.google.com/webstore/detail/kpn-itv-theater-modus/joahpiomgcckbdigimdfoapihhcjajjc |
Deskripsi | Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl. |
Ukuran File | 39.28 KB |
Jumlah Instalasi | 1,253 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2019-06-11 |
Tanggal Publikasi | 2019-06-11 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | developmentjbd |
Tipe Pembayaran | free |
Situs Ekstensi | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus |
URL Halaman Bantuan | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus/issues |
Bahasa yang Didukung | 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 } |