KPN iTV - Theater modus
Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.
ما هو KPN iTV - Theater modus؟
KPN iTV - Theater modus هو إضافة Chrome تم تطويرها بواسطة developmentjbd، والميزة الرئيسية لها هي "Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KPN iTV - Theater modus
قم بتنزيل ملفات الامتداد KPN iTV - Theater modus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | joahpiomgcckbdigimdfoapihhcjajjc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/kpn-itv-theater-modus/joahpiomgcckbdigimdfoapihhcjajjc |
الوصف | Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl. |
حجم الملف | 39.28 KB |
عدد التثبيتات | 1,253 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2019-06-11 |
تاريخ النشر | 2019-06-11 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | developmentjbd |
نوع الدفع | free |
موقع الإضافة | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus |
عنوان صفحة المساعدة | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus/issues |
اللغات المدعومة | 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 } |