KPN iTV - Theater modus
Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.
KPN iTV - Theater modus là gì?
KPN iTV - Theater modus là một tiện ích mở rộng Chrome được phát triển bởi developmentjbd, và tính năng chính của nó là "Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KPN iTV - Theater modus
Tải xuống các tệp mở rộng KPN iTV - Theater modus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | joahpiomgcckbdigimdfoapihhcjajjc |
URL Chính Thức | https://chrome.google.com/webstore/detail/kpn-itv-theater-modus/joahpiomgcckbdigimdfoapihhcjajjc |
Mô tả | Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl. |
Kích Thước Tệp | 39.28 KB |
Số Lần Cài Đặt | 1,253 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2019-06-11 |
Ngày Phát Hành | 2019-06-11 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | developmentjbd |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus |
URL Trang Trợ Giúp | https://gitlab.com/Shivs/kpn-itv-chrome-theater-modus/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |