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
官方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
}