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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 KPN iTV - Theater modus KPN iTV - Theater modus
ID joahpiomgcckbdigimdfoapihhcjajjc
官方網址 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
}