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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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 } |