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.".

Снимки экрана расширения

screenshot

Скачать файл 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.                    

Основная информация о расширении

Название 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
}