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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Voegt een theater modus toe op de KPN iTV website www.interactievetv.nl."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KPN iTV - Theater modus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}