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はdevelopmentjbdによって開発されたChromeの拡張機能で、その主な機能は「Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl.」です。
拡張機能のスクリーンショット
KPN iTV - Theater modus拡張機能のCRXファイルをダウンロード
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 } |